Skip to content

Commit f4f9e7f

Browse files
committed
chore: support Pest 5
1 parent 63ad2a9 commit f4f9e7f

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
@@ -23,13 +23,13 @@
2323
"spatie/laravel-medialibrary": "^11.0"
2424
},
2525
"require-dev": {
26+
"larastan/larastan": "^2.9||^3.0",
2627
"laravel/pint": "^1.14",
2728
"nunomaduro/collision": "^8.1.1||^7.10.0",
28-
"larastan/larastan": "^2.9||^3.0",
2929
"orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0",
30-
"pestphp/pest": "^2.0||^3.0||^4.0",
31-
"pestphp/pest-plugin-arch": "^2.5||^3.0||^4.0",
32-
"pestphp/pest-plugin-laravel": "^2.0||^3.0||^4.0",
30+
"pestphp/pest": "^2.0||^3.0||^4.0|^5.0",
31+
"pestphp/pest-plugin-arch": "^2.5||^3.0||^4.0|^5.0",
32+
"pestphp/pest-plugin-laravel": "^2.0||^3.0||^4.0|^5.0",
3333
"phpstan/extension-installer": "^1.3",
3434
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
3535
"phpstan/phpstan-phpunit": "^1.3||^2.0",

0 commit comments

Comments
 (0)