Skip to content

Commit 5b10e91

Browse files
ziimkclaude
andcommitted
Upgrade Pest to ^3.0 for PHP 8.5 compatibility
Pest ^2.0 pins PHPUnit 10.x, which has no paratest release compatible with PHP 8.5. Composer can no longer resolve the dev dependencies on PHP 8.5. Pest ^3.0 resolves cleanly (PHPUnit 11.x) and the existing test suite passes unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0137344 commit 5b10e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"guzzlehttp/psr7": "^2.0"
2424
},
2525
"require-dev": {
26-
"pestphp/pest": "^2.0",
26+
"pestphp/pest": "^3.0",
2727
"phpstan/phpstan": "^1.10"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)