Skip to content

Commit afb135a

Browse files
author
Konstantin Lapkovsky
committed
chore: change dependency location from require to require-dev.
1 parent 92f21b6 commit afb135a

File tree

2 files changed

+3740
-3738
lines changed

2 files changed

+3740
-3738
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"laravel/framework": ">=5.7.0",
1515
"ronasit/laravel-helpers": ">=2.5",
1616
"laravel/legacy-factories": ">=1.3.0",
17-
"orchestra/testbench": "^6.25",
1817
"ext-json": "*"
1918
},
2019
"require-dev": {
@@ -23,7 +22,8 @@
2322
"mockery/mockery": "^1.4",
2423
"phpunit/phpunit": "^8.0",
2524
"mikey179/vfsstream": "^1.6.11",
26-
"php-mock/php-mock": "^2.4.1"
25+
"php-mock/php-mock": "^2.4.1",
26+
"orchestra/testbench": "^6.25"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)