Skip to content

Commit

Permalink
Bump dependencies for Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 16, 2025
1 parent d6ed1d0 commit 3d812f7
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 3d812f7

Please sign in to comment.