File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ before_script:
14
14
- composer self-update
15
15
- composer install --prefer-dist --no-interaction
16
16
17
- script : phpunit -d memory_limit=1024M
17
+ script : ./vendor/bin/ phpunit -d memory_limit=1024M
18
18
19
19
matrix :
20
20
fast_finish : true
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " >=7.1.0" ,
16
- "laravel/framework" : " ~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0"
16
+ "laravel/framework" : " ~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0 "
17
17
},
18
18
"require-dev" : {
19
19
"orchestra/testbench-browser-kit" : " ~3.4|~3.8|~4.0" ,
20
- "phpunit/phpunit" : " 6.0.*|8.0.* "
20
+ "phpunit/phpunit" : " 6.0.*|^ 8.0"
21
21
},
22
22
"suggest" : {
23
23
"ext-intl" : " *"
You can’t perform that action at this time.
0 commit comments