Skip to content

Commit

Permalink
Merge pull request #72 from laravel-shift/l12-compatibility
Browse files Browse the repository at this point in the history
Laravel 12.x Compatibility
  • Loading branch information
butschster authored Feb 17, 2025
2 parents d6ed1d0 + 3d812f7 commit f407bbe
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 @@ -19,15 +19,15 @@
"require": {
"ext-json": "*",
"php": ">=8.0",
"illuminate/config": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/console": "^9.0|^10.0|^11.0"
"illuminate/config": "^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
"illuminate/console": "^9.0|^10.0|^11.0|^12.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.3|^10.5",
"vimeo/psalm": "^5.15"
"vimeo/psalm": "^5.15|^6.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f407bbe

Please sign in to comment.