Skip to content

Commit 2fc16b0

Browse files
committed
fix(composer): move again orchestra/testbench to require-dev
1 parent 8f3b2db commit 2fc16b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"pestphp/pest-plugin-laravel": "^3.2.0",
2828
"phpstan/phpstan": "^2.1",
2929
"larastan/larastan": "^3.4",
30-
"laravel/pint": "^1.22"
30+
"laravel/pint": "^1.22",
31+
"orchestra/testbench": "^9.0|^10.0"
3132
},
3233
"require": {
3334
"php": "^8.2",
3435
"illuminate/contracts": "^11.0|^12.0",
3536
"illuminate/support": "^11.0|^12.0",
3637
"illuminate/database": "^11.0|^12.0",
37-
"laravel/framework": "^11.0|^12.0",
38-
"orchestra/testbench": "^9.0|^10.0"
38+
"laravel/framework": "^11.0|^12.0"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)