Skip to content

Commit

Permalink
Merge pull request #105 from jaesung2061/patch-1
Browse files Browse the repository at this point in the history
Laravel 5.7 support
  • Loading branch information
kaidesu committed Sep 6, 2018
2 parents bfed933 + b8309f8 commit b3ab707
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"illuminate/config": "5.4.*|5.5.*|5.6.*",
"illuminate/routing": "5.4.*|5.5.*|5.6.*",
"illuminate/view": "5.4.*|5.5.*|5.6.*",
"laravelcollective/html": "5.4.*|5.5.*|5.6.*"
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/config": "5.5.*|5.6.*|5.7.*",
"illuminate/routing": "5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.5.*|5.6.*|5.7.*",
"laravelcollective/html": "5.5.*|5.6.*|5.7.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b3ab707

Please sign in to comment.