Skip to content

Commit 8b0342b

Browse files
authored
chore: support Pest 5 (#5)
Merged after passing PR checks or local Composer validation for repos without GitHub checks.
1 parent dc4899e commit 8b0342b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"spatie/laravel-package-tools": "^1.0"
2121
},
2222
"require-dev": {
23+
"larastan/larastan": "^2.9||^3.0",
2324
"laravel/pint": "^1.14",
2425
"nunomaduro/collision": "^8.1.1||^7.10.0",
25-
"larastan/larastan": "^2.9||^3.0",
2626
"orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0",
27-
"pestphp/pest": "^2.0||^3.0||^4.0",
28-
"pestphp/pest-plugin-arch": "^2.5||^3.0||^4.0",
29-
"pestphp/pest-plugin-laravel": "^2.0||^3.0||^4.0",
27+
"pestphp/pest": "^2.0||^3.0||^4.0|^5.0",
28+
"pestphp/pest-plugin-arch": "^2.5||^3.0||^4.0|^5.0",
29+
"pestphp/pest-plugin-laravel": "^2.0||^3.0||^4.0|^5.0",
3030
"phpstan/extension-installer": "^1.3",
3131
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
3232
"phpstan/phpstan-phpunit": "^1.3||^2.0"

0 commit comments

Comments
 (0)