File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.composer/cache/files
88
99php :
10- - 5.4
11- - 5.5
12- - 5.6
13- - 7.0
1410 - 7.1
1511 - 7.2
1612 - 7.3
2218matrix :
2319 fast_finish : true
2420 include :
25- - php : 5.4
21+ - php : 7.1
2622 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2723
2824before_install :
2925 - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
30- - if [[ "${TRAVIS_PHP_VERSION}" == "5.4" ]]; then composer remove slim/slim --dev --no-update; fi
3126
3227install :
3328 - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^5.4 || ^7.0 " ,
14+ "php" : " ^7.1 " ,
1515 "clue/stream-filter" : " ^1.4" ,
1616 "php-http/message-factory" : " ^1.0.2" ,
1717 "psr/http-message" : " ^1.0"
You can’t perform that action at this time.
0 commit comments