Skip to content

Commit

Permalink
Merge pull request #33 from JackieDo/version-2.x
Browse files Browse the repository at this point in the history
Support Laravel 7.x
  • Loading branch information
JackieDo authored Apr 9, 2020
2 parents f013c00 + 50f02c8 commit 0f8c3b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"illuminate/cache": "^6.0|5.*",
"illuminate/config": "^6.0|5.*",
"illuminate/console": "^6.0|5.*",
"illuminate/http": "^6.0|5.*",
"illuminate/pagination": "^6.0|5.*",
"illuminate/support": "^6.0|5.*",
"illuminate/cache": "^7.0|^6.0|5.*",
"illuminate/config": "^7.0|^6.0|5.*",
"illuminate/console": "^7.0|^6.0|5.*",
"illuminate/http": "^7.0|^6.0|5.*",
"illuminate/pagination": "^7.0|^6.0|5.*",
"illuminate/support": "^7.0|^6.0|5.*",
"nesbot/carbon": "^2.0|~1.20"
},
"autoload": {
Expand Down

0 comments on commit 0f8c3b6

Please sign in to comment.