Skip to content

Commit 4c7275e

Browse files
enhance: Update dependencies for Laravel 12 compatibility
- Update Pest to support v3.x (^2.20 || ^3.7) - Update Pest plugins to support v3.x - Update PHPStan packages to support v2.x - Update Orchestra Testbench to support v9.x (Laravel 11/12) - Update Collision to support v8.x - All 27 tests passing
1 parent f34ef22 commit 4c7275e

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
@@ -22,15 +22,15 @@
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",
25-
"nunomaduro/collision": "^7.8",
25+
"nunomaduro/collision": "^7.8 || ^8.0",
2626
"nunomaduro/larastan": "^2.0.1",
27-
"orchestra/testbench": "^8.8",
28-
"pestphp/pest": "^2.20",
29-
"pestphp/pest-plugin-arch": "^2.0",
30-
"pestphp/pest-plugin-laravel": "^2.0",
27+
"orchestra/testbench": "^8.8 || ^9.0",
28+
"pestphp/pest": "^2.20 || ^3.7",
29+
"pestphp/pest-plugin-arch": "^2.0 || ^3.0",
30+
"pestphp/pest-plugin-laravel": "^2.0 || ^3.0",
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
"imanghafoori/php-imports-analyzer": "1.0.*",
3535
"spatie/laravel-ray": "^1.26"
3636
},

0 commit comments

Comments
 (0)