Skip to content

Commit 62b1926

Browse files
freekmurzeclaude
andcommitted
Remove paratest (does not support PHP 8.5)
Drop Pest 2.x constraint since it requires brianium/paratest which does not support PHP 8.5. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7283a46 commit 62b1926

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
@@ -35,7 +35,7 @@
3535
"require-dev": {
3636
"fakerphp/faker": "^1.9",
3737
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
38-
"pestphp/pest": "^2.34|^3.7|^4.0"
38+
"pestphp/pest": "^3.7|^4.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)