Skip to content

Commit f8762c7

Browse files
authored
Move orchestra/testbench to dev dependency
1 parent 6399392 commit f8762c7

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
@@ -13,12 +13,12 @@
1313
"require": {
1414
"php": "^7.2",
1515
"illuminate/container": "^6.0",
16-
"illuminate/database": "^6.0",
17-
"orchestra/testbench": "^4.0"
16+
"illuminate/database": "^6.0"
1817
},
1918
"require-dev": {
2019
"phpunit/phpunit": "^8.0",
21-
"mockery/mockery": "^1.2.3"
20+
"mockery/mockery": "^1.2.3",
21+
"orchestra/testbench": "^4.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)