Skip to content

Commit

Permalink
chore: added Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Mar 16, 2024
1 parent 6a29414 commit 0932b00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"illuminate/console": "^10.0",
"illuminate/support": "^10.0",
"illuminate/database": "^10.0",
"illuminate/contracts": "^10.0"
"illuminate/console": "^11.0",
"illuminate/support": "^11.0",
"illuminate/database": "^11.0",
"illuminate/contracts": "^11.0"
},
"require-dev": {
"laravel/pint": "^1.13",
"laravel/pint": "^1.14",
"phpunit/phpunit": "^10",
"phpstan/phpstan": "^1.10",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^8.11",
"rector/rector": "^0.18.3",
"nunomaduro/larastan": "^2.9",
"orchestra/testbench": "^9.0",
"rector/rector": "^0.19",
"driftingly/rector-laravel": "^0.26.0",
"nunomaduro/collision": "^7.8"
"nunomaduro/collision": "^8.1"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 0932b00

Please sign in to comment.