Skip to content

Commit

Permalink
Add support for Laravel 5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Sep 5, 2018
1 parent 327cff9 commit ed7cbf7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/http": "5.6.*",
"illuminate/routing": "5.6.*",
"illuminate/session": "5.6.*",
"illuminate/support": "5.6.*",
"illuminate/view": "5.6.*"
"illuminate/http": "5.7.*",
"illuminate/routing": "5.7.*",
"illuminate/session": "5.7.*",
"illuminate/support": "5.7.*",
"illuminate/view": "5.7.*"
},
"require-dev": {
"illuminate/database": "5.6.*",
"illuminate/database": "5.7.*",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~5.4"
},
Expand All @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.6-dev"
"dev-master": "5.7-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit ed7cbf7

Please sign in to comment.