Skip to content

Commit

Permalink
Add support for Laravel 9, 10 & 11
Browse files Browse the repository at this point in the history
  • Loading branch information
andvla committed Apr 24, 2024
1 parent c39b311 commit 9b65d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "library",
"require": {
"ext-json": "*",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/translation": "^6.0|^7.0|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/translation": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"loco/loco": "^2.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 9b65d3e

Please sign in to comment.