File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1111 - TEST_COMMAND="vendor/bin/phpunit --verbose --coverage-text"
1212
1313php :
14- - 5.6
15- - 7.0
16- - 7.1
1714 - 7.2
1815 - 7.3
1916
2017matrix :
2118 include :
22- - php : hhvm
23- dist : trusty
2419 - php : 7.2
2520 name : Backward compatibillity check
2621 env : DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="./vendor/bin/roave-backward-compatibility-check"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4]
1919
2020## Requirements
2121
22- * PHP >= 5.6
22+ * PHP >= 7.2
2323* A [ HTTP client] ( https://packagist.org/providers/php-http/client-implementation )
2424* A [ PSR-7 implementation] ( https://packagist.org/providers/psr/http-message-implementation )
2525* (optional) PHPUnit to run tests.
Original file line number Diff line number Diff line change 1717 }
1818 ],
1919 "require" : {
20- "php" : " ^5.6 || ^7.0 " ,
20+ "php" : " ^7.2 " ,
2121 "psr/http-message" : " ^1.0" ,
2222 "psr/cache" : " ^1.0" ,
2323 "php-http/httplug" : " ^1.1" ,
2727 "php-http/cache-plugin" : " ^1.4"
2828 },
2929 "require-dev" : {
30- "phpunit/phpunit" : " ^5.5 || ^ 6.0" ,
30+ "phpunit/phpunit" : " ^6.0" ,
3131 "php-http/guzzle6-adapter" : " ^1.0" ,
3232 "php-http/mock-client" : " ^1.0" ,
3333 "guzzlehttp/psr7" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments