File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " >=7.0.0" ,
14
- "illuminate/support" : " ^5.0" ,
15
- "orchestra/testbench" : " 3.5"
14
+ "illuminate/support" : " ^5.0"
16
15
},
17
16
"require-dev" : {
18
17
"php-mock/php-mock-mockery" : " ^1.1" ,
19
18
"phpunit/phpunit" : " >6.0" ,
20
- "mockery/mockery" : " ~1.0"
19
+ "mockery/mockery" : " ~1.0" ,
20
+ "orchestra/testbench" : " 3.5"
21
21
},
22
22
"autoload" : {
23
23
"psr-4" : {
39
39
"scripts" : {
40
40
"test" : [
41
41
" rm -rf ./vendor; rm composer.lock; echo 1" ,
42
- " composer require orchestra/testbench 3.6" ,
42
+ " composer require --dev orchestra/testbench 3.6" ,
43
43
" ./vendor/bin/phpunit | tee phpunit.6.log" ,
44
44
" rm -rf ./vendor; rm composer.lock; echo 1" ,
45
- " composer require orchestra/testbench 3.5" ,
45
+ " composer require --dev orchestra/testbench 3.5" ,
46
46
" ./vendor/bin/phpunit | tee phpunit.5.log" ,
47
47
" rm -rf ./vendor; rm composer.lock; echo 1" ,
48
48
" cat phpunit.*.log"
You can’t perform that action at this time.
0 commit comments