Skip to content

Commit

Permalink
Merge pull request #125 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Allow Laravel 7
  • Loading branch information
fideloper committed Sep 3, 2019
2 parents 39a4c21 + 3fad3fd commit 03085e5
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 03085e5

Please sign in to comment.