Skip to content

Commit 41856f0

Browse files
committed
Revert Pest 4 constraint, tests are not PHPUnit 12 compatible
The tests use getMockBuilder(), setMethodsExcept(), withConsecutive() and other APIs that were removed or made protected in PHPUnit 12. Pest 2 supports PHP 8.2-8.5 fine.
1 parent 6946a52 commit 41856f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require-dev": {
3434
"laravel/pint": "^1.10.1",
35-
"pestphp/pest": "^2.6.3|^4.0",
35+
"pestphp/pest": "^2.6.3",
3636
"phpstan/phpstan": "^1.10.16"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)