Skip to content

Commit

Permalink
Merge pull request #9 from 1PilotApp/laravel_8
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
ChVuagniaux authored Oct 9, 2020
2 parents 35b9119 + 1e32bb0 commit e6a040c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
env: LARAVEL='^6.0' 'TESTBENCH='^4.0'
- php: 7.3
env: LARAVEL='^7.0' 'TESTBENCH='^5.0'
- php: 7.3
env: LARAVEL='^8.0' 'TESTBENCH='^6.0'
- php: 7.4
env: LARAVEL='^7.0' 'TESTBENCH='^5.0'
- php: 7.4
env: LARAVEL='^8.0' 'TESTBENCH='^6.0'

fast_finish: true

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"ext-json": "*",
"composer/semver": "^1.4",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/routing": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
"illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/routing": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0"
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e6a040c

Please sign in to comment.