Skip to content

Commit 9c73227

Browse files
laravel-shiftSRWieZ
authored andcommitted
Bump dependencies for Laravel 12
1 parent 46e6901 commit 9c73227

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
@@ -32,7 +32,7 @@
3232
],
3333
"require": {
3434
"php": "^8.1",
35-
"illuminate/contracts": "^10.0|^11.0",
35+
"illuminate/contracts": "^10.0|^11.0|^12.0",
3636
"laravel/prompts": "^0.1.1|^0.2|^0.3",
3737
"nativephp/laravel": "*",
3838
"nativephp/php-bin": "^0.5.1",
@@ -43,13 +43,13 @@
4343
"laravel/pint": "^1.0",
4444
"nunomaduro/collision": "^7.9",
4545
"nunomaduro/larastan": "^2.0.1",
46-
"orchestra/testbench": "^8.18",
47-
"pestphp/pest": "^2.7",
48-
"pestphp/pest-plugin-arch": "^2.0",
49-
"pestphp/pest-plugin-laravel": "^2.0",
46+
"orchestra/testbench": "^8.18|^10.0",
47+
"pestphp/pest": "^2.7|^3.7",
48+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
49+
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
5050
"phpstan/extension-installer": "^1.1",
51-
"phpstan/phpstan-deprecation-rules": "^1.0",
52-
"phpstan/phpstan-phpunit": "^1.0",
51+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
52+
"phpstan/phpstan-phpunit": "^1.0|^2.0",
5353
"spatie/laravel-ray": "^1.26"
5454
},
5555
"autoload": {

0 commit comments

Comments
 (0)