Skip to content

Commit 5763376

Browse files
committed
chore: upgrade pest to v4, update other dependencies
1 parent 52e50aa commit 5763376

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"spatie/laravel-package-tools": "^1.16"
2121
},
2222
"require-dev": {
23-
"larastan/larastan": "^2.9||^3.0",
23+
"larastan/larastan": "^3.0",
2424
"laravel/pint": "^1.14",
2525
"league/flysystem-aws-s3-v3": "^3.0",
26-
"nunomaduro/collision": "^8.1.1||^7.10.0",
27-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
28-
"pestphp/pest": "^3.0",
29-
"pestphp/pest-plugin-arch": "^3.0",
30-
"pestphp/pest-plugin-laravel": "^3.0",
31-
"phpstan/extension-installer": "^1.3||^2.0",
32-
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
33-
"phpstan/phpstan-phpunit": "^1.3||^2.0"
26+
"nunomaduro/collision": "^8.8",
27+
"orchestra/testbench": "^10.0.0||^9.0.0",
28+
"pestphp/pest": "^4.0",
29+
"pestphp/pest-plugin-arch": "^4.0",
30+
"pestphp/pest-plugin-laravel": "^4.0",
31+
"phpstan/extension-installer": "^1.4",
32+
"phpstan/phpstan-deprecation-rules": "^2.0",
33+
"phpstan/phpstan-phpunit": "^2.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)