Skip to content

Commit

Permalink
Allow Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Sep 3, 2019
1 parent 39a4c21 commit 3fad3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/contracts": "~5.0|~6.0"
"illuminate/contracts": "^5.0|^6.0|^7.0"
},
"require-dev": {
"illuminate/http": "~5.6|~6.0",
"mockery/mockery": "~1.0",
"illuminate/http": "^5.0|^6.0|^7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0"
},
"autoload": {
Expand Down

0 comments on commit 3fad3fd

Please sign in to comment.