Skip to content

Commit 5e5238e

Browse files
leeoptimaclaude
andcommitted
Require Pest ^3.7 for PHPUnit 11.5 compatibility
Earlier Pest 3.x versions conflict with PHPUnit 11.5. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7995f46 commit 5e5238e

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
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"orchestra/testbench": "^9.0|^10.0",
19-
"pestphp/pest": "^3.0"
19+
"pestphp/pest": "^3.7"
2020
},
2121
"suggest": {
2222
"laravel/mcp": "Required for MCP tools integration"

0 commit comments

Comments
 (0)