Skip to content

Commit

Permalink
Merge pull request #124 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Allow installation on Laravel 6
  • Loading branch information
fideloper committed Jul 29, 2019
2 parents 2585e8e + 1c38daf commit 39a4c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/contracts": "~5.0"
"illuminate/contracts": "~5.0|~6.0"
},
"require-dev": {
"illuminate/http": "~5.6",
"illuminate/http": "~5.6|~6.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^6.0"
},
Expand Down

0 comments on commit 39a4c21

Please sign in to comment.