Skip to content

Commit 7434ce7

Browse files
committed
Bump dependencies for Laravel 12
1 parent cd887ea commit 7434ce7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
},
2121
"require": {
2222
"php": "^8.0",
23-
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0",
25-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
2626
"kainxspirits/laravel-pubsub-queue": "^0.6|^0.7|^0.8|^0.9"
2727
},
2828
"require-dev": {
29-
"ekino/phpstan-banned-code": "^1.0",
29+
"ekino/phpstan-banned-code": "^1.0|^3.0",
3030
"larastan/larastan": "^1.0|^2.0",
3131
"mockery/mockery": "^1.4",
32-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
32+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
3333
"phpmd/phpmd": "^2.11",
34-
"phpstan/phpstan-deprecation-rules": "^1.0",
35-
"phpstan/phpstan-strict-rules": "^1.0",
34+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
35+
"phpstan/phpstan-strict-rules": "^1.0|^2.0",
3636
"phpunit/phpunit": "^9.5|^10.0|^11.0"
3737
},
3838
"config": {

0 commit comments

Comments
 (0)