Skip to content

Commit 31ba0e3

Browse files
committed
Bump dependencies for Laravel 12
1 parent b0a8aee commit 31ba0e3

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": "^1.0",
3838
"nativephp/php-bin": "^0.5.1",
@@ -42,13 +42,13 @@
4242
"laravel/pint": "^1.0",
4343
"nunomaduro/collision": "^7.9",
4444
"nunomaduro/larastan": "^2.0.1",
45-
"orchestra/testbench": "^8.18",
46-
"pestphp/pest": "^2.7",
47-
"pestphp/pest-plugin-arch": "^2.0",
48-
"pestphp/pest-plugin-laravel": "^2.0",
45+
"orchestra/testbench": "^8.18|^10.0",
46+
"pestphp/pest": "^2.7|^3.7",
47+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
48+
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
4949
"phpstan/extension-installer": "^1.1",
50-
"phpstan/phpstan-deprecation-rules": "^1.0",
51-
"phpstan/phpstan-phpunit": "^1.0",
50+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
51+
"phpstan/phpstan-phpunit": "^1.0|^2.0",
5252
"spatie/laravel-ray": "^1.26"
5353
},
5454
"autoload": {

0 commit comments

Comments
 (0)