File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ language: php
77matrix :
88 include :
99 - php : 7.1
10- env : LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-lowest'
10+ env : LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-stable'
11+ - php : 7.2
12+ env : LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-stable'
13+ - php : 7.3
14+ env : LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-stable'
1115 - php : 7.1
1216 env : LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-stable'
13- - php : 7.2
14- env : LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-lowest'
1517 - php : 7.2
1618 env : LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-stable'
17- - php : 7.3
18- env : LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-lowest'
1919 - php : 7.3
2020 env : LARAVEL='5.7.*' TESTBENCH='3.7.*' COMPOSER_FLAGS='--prefer-stable'
2121 - php : 7.1
Original file line number Diff line number Diff line change 1212 "license" : " MIT" ,
1313 "require" : {
1414 "php" : " ^7.1|^7.2|^7.3" ,
15- "illuminate/support" : " ^5.7|^5.8|^6.0"
15+ "illuminate/support" : " ^5.6|^5. 7|^5.8|^6.0"
1616 },
1717 "require-dev" : {
18- "orchestra/testbench" : " ^3.7|^3.8|^4.0" ,
18+ "orchestra/testbench" : " ^3.6|^3. 7|^3.8|^4.0" ,
1919 "phpunit/phpunit" : " ^7.0|^8.0" ,
2020 "friendsofphp/php-cs-fixer" : " ^2.15" ,
2121 "squizlabs/php_codesniffer" : " ^3.4"
You can’t perform that action at this time.
0 commit comments