Skip to content

Commit e13c574

Browse files
aarondfrancisclaude
andcommitted
Bump testbench 9.x minimum to ^9.2 for latestResponse fix
Version 9.1.4 made the $latestResponse static property optional, which is required for PHPUnit 10 compatibility on prefer-lowest builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2de21f1 commit e13c574

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
"laravel/pint": "^1.0",
2020
"mockery/mockery": "^1.6",
21-
"orchestra/testbench": "^8.21|^9.0|^10.0",
21+
"orchestra/testbench": "^8.21|^9.2|^10.0",
2222
"phpunit/phpunit": "^10.5|^11.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)