Skip to content

Commit 464cd11

Browse files
committed
Bump dependencies for Laravel 12
1 parent 8b8c5ba commit 464cd11

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
21-
"illuminate/database": "^9.0 || ^10.0 || ^11.0",
22-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
20+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0",
21+
"illuminate/database": "^9.0 || ^10.0 || ^11.0 || ^12.0",
22+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
2323
"nesbot/carbon": "^2.66 || ^3.6",
2424
"spatie/laravel-package-tools": "^1.13.0"
2525
},
2626
"require-dev": {
2727
"nunomaduro/larastan": "^2.0.1",
28-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
29-
"pestphp/pest": "^1.22 || ^2.0",
30-
"pestphp/pest-plugin-laravel": "^1.22 || ^2.0",
28+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
29+
"pestphp/pest": "^1.22 || ^2.0 || ^3.7",
30+
"pestphp/pest-plugin-laravel": "^1.22 || ^2.0 || ^3.1",
3131
"phpstan/extension-installer": "^1.1",
32-
"phpstan/phpstan-deprecation-rules": "^1.0",
33-
"phpstan/phpstan-phpunit": "^1.0",
32+
"phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0",
33+
"phpstan/phpstan-phpunit": "^1.0 || ^2.0",
3434
"spatie/laravel-ray": "^1.26"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)