File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.composer/cache/files
88
99php :
10- - 5.5
11- - 5.6
12- - 7.0
1310 - 7.1
1411 - 7.2
1512 - 7.3
@@ -27,8 +24,6 @@ matrix:
2724 include :
2825 - php : 7.1
2926 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30- - php : 5.5
31- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
3227
3328before_install :
3429 - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.4.0 -
4+
5+ - drop support for PHP 5 and 7.0
6+
37## 1.3.1 - 2019-11-06
48
59### Fixed
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^5.5 || ^7.0 " ,
19+ "php" : " ^7.1 " ,
2020 "php-http/client-common" : " ^1.9 || ^2.0" ,
2121 "php-http/discovery" : " ^1.0" ,
2222 "php-http/httplug" : " ^1.0 || ^2.0" ,
3535 },
3636 "extra" : {
3737 "branch-alias" : {
38- "dev-master" : " 1.3 -dev"
38+ "dev-master" : " 1.4 -dev"
3939 }
4040 },
4141 "autoload" : {
You can’t perform that action at this time.
0 commit comments