Skip to content

Commit

Permalink
Allow for laravel 5.6 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive authored Feb 6, 2018
1 parent 970e4f4 commit 6564317
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"require" : {
"php" : "^7.0",
"illuminate/config" : "5.4.*|5.5.*",
"illuminate/contracts" : "5.4.*|5.5.*",
"illuminate/events" : "5.4.*|5.5.*",
"illuminate/http" : "5.4.*|5.5.*",
"illuminate/support" : "5.4.*|5.5.*"
"illuminate/config" : "5.4.*|5.5.*|5.5.*",
"illuminate/contracts" : "5.4.*|5.5.*|5.5.*",
"illuminate/events" : "5.4.*|5.5.*|5.5.*",
"illuminate/http" : "5.4.*|5.5.*|5.5.*",
"illuminate/support" : "5.4.*|5.5.*|5.5.*"
},
"require-dev" : {
"phpunit/phpunit" : "^6.0",
Expand Down

0 comments on commit 6564317

Please sign in to comment.