Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
add support for Laravel 5.7
  • Loading branch information
zgabievi authored Sep 11, 2018
1 parent 8e72536 commit d7c7bdb
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 @@ -19,9 +19,9 @@
],
"require": {
"php": "^7.1",
"illuminate/config": "~5.5.0|~5.6.0",
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"
"illuminate/config": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"orchestra/testbench": "~3.6.0",
Expand Down

0 comments on commit d7c7bdb

Please sign in to comment.