File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66 - 5.6
77 - 7.0
88 - 7.1
9+ - 7.2
910
1011matrix :
12+ # test latest PHP stable version with lowest dependencies and phpstan static analysis
1113 include :
12- - php : 7.2
13- env : STATIC_ANALYSIS=yes
14+ - php : 7.1
15+ env : COMPOSER_FLAGS="--prefer-lowest" STATIC_ANALYSIS=yes
1416
1517before_script :
1618 - travis_retry composer self-update
17- - travis_retry composer install --no-interaction --prefer-source
19+ - travis_retry composer install --no-interaction ${COMPOSER_FLAGS}
1820 - if [ "$STATIC_ANALYSIS" != "" ]; then curl -L https://github.com/phpstan/phpstan/releases/download/0.8/phpstan.phar -o phpstan.phar; fi;
1921
2022script :
Original file line number Diff line number Diff line change 2828 "php-http/discovery" : " ^1.2" ,
2929 "php-http/httplug" : " ^1.1" ,
3030 "php-http/multipart-stream-builder" : " ^1.0" ,
31- "symfony/options-resolver" : " ^2.6 || ^3.0"
31+ "symfony/options-resolver" : " ^2.6 || ^3.0 || ^4.0 "
3232 },
3333 "require-dev" : {
3434 "guzzlehttp/psr7" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments