Skip to content

Commit

Permalink
Support Laravel 5.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
hz61p1 committed Oct 12, 2018
1 parent d1114d0 commit c85a649
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,8 +11,8 @@
],
"require": {
"php": "^7.0",
"illuminate/http": "5.5.x|5.6.x",
"illuminate/support": "5.5.x|5.6.x",
"illuminate/http": "5.5.x|5.6.x|5.7.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"nesbot/carbon": "^1.32"
},
"autoload": {
Expand Down

0 comments on commit c85a649

Please sign in to comment.