Skip to content

Commit 522cc58

Browse files
committed
build: allow installation of Pest 3
1 parent 1770a2f commit 522cc58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"nunomaduro/collision": "^7.8|^8.1",
3434
"larastan/larastan": "^2.9|^3.1",
3535
"orchestra/testbench": "^8.8|^9.0",
36-
"pestphp/pest": "^2.20",
37-
"pestphp/pest-plugin-arch": "^2.5",
38-
"pestphp/pest-plugin-laravel": "^2.0",
36+
"pestphp/pest": "^2.36|^3.7",
37+
"pestphp/pest-plugin-arch": "^2.7|^3.0",
38+
"pestphp/pest-plugin-laravel": "^2.4|^3.1",
3939
"phpstan/extension-installer": "^1.4",
4040
"phpstan/phpstan-deprecation-rules": "^1.2|^2.0",
4141
"phpstan/phpstan-phpunit": "^1.4|^2.0"

0 commit comments

Comments
 (0)