Skip to content

Commit

Permalink
Merge pull request #10 from ArondeParon/feature/laravel-7
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
arondeparon authored Mar 25, 2020
2 parents b670db4 + a8df49c commit d62e261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"require": {
"php": "^7.2",
"illuminate/http": "^6.0"
"illuminate/http": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^5.1",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit d62e261

Please sign in to comment.