Skip to content

Commit

Permalink
Add Laravel 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sebj54 authored Feb 26, 2025
1 parent bbc60d4 commit db10231
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"illuminate/config": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/config": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"phpstan/phpdoc-parser": "^1.26"
},
"extra": {
Expand Down

0 comments on commit db10231

Please sign in to comment.