Skip to content

Commit

Permalink
Merge pull request #41 from JackieDo/version-2.x
Browse files Browse the repository at this point in the history
Support Laravel 9.x
  • Loading branch information
JackieDo committed Feb 25, 2022
2 parents e0ee77f + 5a56f70 commit 75672d3
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": "^8.0|^7.0|^6.0|5.*",
"illuminate/config": "^8.0|^7.0|^6.0|5.*",
"illuminate/console": "^8.0|^7.0|^6.0|5.*",
"illuminate/http": "^8.0|^7.0|^6.0|5.*",
"illuminate/pagination": "^8.0|^7.0|^6.0|5.*",
"illuminate/support": "^8.0|^7.0|^6.0|5.*",
"illuminate/cache": "^9.0|^8.0|^7.0|^6.0|5.*",
"illuminate/config": "^9.0|^8.0|^7.0|^6.0|5.*",
"illuminate/console": "^9.0|^8.0|^7.0|^6.0|5.*",
"illuminate/http": "^9.0|^8.0|^7.0|^6.0|5.*",
"illuminate/pagination": "^9.0|^8.0|^7.0|^6.0|5.*",
"illuminate/support": "^9.0|^8.0|^7.0|^6.0|5.*",
"nesbot/carbon": "^2.0|~1.20"
},
"autoload": {
Expand Down

0 comments on commit 75672d3

Please sign in to comment.