Skip to content

Commit 78e7e0e

Browse files
committed
Fix the CI for Laravel 9 by adding orchestra/testbench ^v7 as an option in composer.json.
1 parent 3cebb9b commit 78e7e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"laravel/pint": "^1.2",
3535
"mockery/mockery": "^1.5.1",
3636
"larastan/larastan": "^2.9",
37-
"orchestra/testbench": "^v8.0.0|^v9.0.0",
37+
"orchestra/testbench": "^v7.0.0|^v8.0.0|^v9.0.0",
3838
"pestphp/pest": "^2.0",
3939
"squizlabs/php_codesniffer": "^3.7"
4040
},

0 commit comments

Comments
 (0)