Skip to content

Commit a8198f5

Browse files
authored
Change orchestra/testbench to a dev dependency (#136)
1 parent 46ee75d commit a8198f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525
"illuminate/container": "^10.0|^11.0|^12.0",
2626
"illuminate/contracts": "^10.0|^11.0|^12.0",
2727
"illuminate/database": "^10.0|^11.0|^12.0",
28-
"laravel/serializable-closure": "^1.0|^2.0",
29-
"orchestra/testbench": "^8.0|^9.0|^10.0"
28+
"laravel/serializable-closure": "^1.0|^2.0"
29+
},
30+
"require-dev": {
31+
"friendsofphp/php-cs-fixer": "^3.9",
32+
"orchestra/testbench": "^8.0|^9.0|^10.0",
33+
"phpunit/phpunit": "^9.0|^10.5|^11.5"
3034
},
3135
"autoload": {
3236
"psr-4": {
@@ -48,10 +52,6 @@
4852
]
4953
}
5054
},
51-
"require-dev": {
52-
"phpunit/phpunit": "^9.0|^10.5|^11.5",
53-
"friendsofphp/php-cs-fixer": "^3.9"
54-
},
5555
"minimum-stability": "dev",
5656
"prefer-stable": true
5757
}

0 commit comments

Comments
 (0)