Skip to content

Commit b5d8aa2

Browse files
Added Pest 3 support for PHP 8.2
1 parent f608579 commit b5d8aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"require-dev": {
2222
"dragon-code/codestyler": "^6.2",
2323
"orchestra/testbench": "^9.0 || ^10.0",
24-
"pestphp/pest": "^4.0",
25-
"pestphp/pest-plugin-laravel": "^4.0",
24+
"pestphp/pest": "^3.0 || ^4.0",
25+
"pestphp/pest-plugin-laravel": "^3.0 || ^4.0",
2626
"symfony/var-dumper": "^7.3"
2727
},
2828
"minimum-stability": "stable",

0 commit comments

Comments
 (0)