File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1111 - 5.6
1212 - 7.0
1313 - 7.1
14+ - 7.2
15+ - 7.3
1416
1517env :
1618 global :
@@ -32,7 +34,7 @@ before_install:
3234install :
3335 # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
3436 - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
35- - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37+ - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3638
3739script :
3840 - $TEST_COMMAND
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^5.5 || ^7.0" ,
1515 "php-http/httplug" : " ^1.0" ,
16- "php-http/client-common" : " ^1.1" ,
16+ "php-http/client-common" : " ^1.1 || ^2.0 " ,
1717 "php-http/discovery" : " ^1.0" ,
1818 "php-http/message-factory" : " ^1.0"
1919 },
3636 },
3737 "extra" : {
3838 "branch-alias" : {
39- "dev-master" : " 1.1 -dev"
39+ "dev-master" : " 1.2 -dev"
4040 }
41- }
41+ },
42+ "prefer-stable" : true ,
43+ "minimum-stability" : " dev"
4244}
You can’t perform that action at this time.
0 commit comments