Skip to content

Commit

Permalink
Merge pull request #10 from jobilla/feat/add-versions-till-the-most-r…
Browse files Browse the repository at this point in the history
…ecent

Add support for Laravel 9, 10 & 11
  • Loading branch information
andvla committed Apr 24, 2024
2 parents c39b311 + 9b65d3e commit 2b8ed8c
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 2b8ed8c

Please sign in to comment.