File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313 - 7.2
1414
1515env :
16- - LARAVEL_VERSION=5.5.*
16+ matrix :
17+ - COMPOSER_FLAGS="--prefer-lowest"
18+ - COMPOSER_FLAGS=""
1719
1820before_install :
1921 - travis_retry composer self-update --stable -n
2022 - composer validate --no-check-all --strict
21- - composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n
2223
2324install :
24- - travis_retry composer install --no-suggest -- prefer-dist -n -o
25+ - travis_retry composer update --prefer-source $COMPOSER_FLAGS
2526 - composer require satooshi/php-coveralls --dev
2627
2728script :
Original file line number Diff line number Diff line change 2727 },
2828 "require" : {
2929 "php" : " >=7.0" ,
30- "illuminate/support" : " ~5.5.0"
30+ "illuminate/support" : " ~5.5.0|~5.6.0 "
3131 },
3232 "require-dev" : {
33- "orchestra/testbench" : " ~3.5.0" ,
33+ "orchestra/testbench" : " ~3.5.0|~3.6.0 " ,
3434 "phpmd/phpmd" : " ^2.6" ,
35- "phpunit/phpunit" : " ~6.0" ,
35+ "phpunit/phpunit" : " ~6.0|~7.0 " ,
3636 "sebastian/phpcpd" : " ^3.0" ,
3737 "squizlabs/php_codesniffer" : " ^2.7"
3838 },
You can’t perform that action at this time.
0 commit comments