Skip to content

Commit 8c7a89e

Browse files
Merge pull request michaeldyrynda#18 from hrobertson/patch-1
Move orchestra/testbench to dev dependency
2 parents 6399392 + f8762c7 commit 8c7a89e

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)