Skip to content

Commit a4aaf55

Browse files
aarondfrancisclaude
andcommitted
Fix testbench minimum version for prefer-lowest compatibility
Bump orchestra/testbench minimum versions to avoid buggy early releases that cause "undeclared static property" errors in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e174b26 commit a4aaf55

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
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"mockery/mockery": "^1.6",
2020
"phpunit/phpunit": "^10.5|^11.0",
21-
"orchestra/testbench": "^8.0|^9.0|^10.0"
21+
"orchestra/testbench": "^8.21|^9.5|^10.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)