diff --git a/.travis.yml b/.travis.yml index 5399029..32d71d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ sudo: false language: php php: - - 5.6 - 7.0 - 7.1 + - 7.2 - nightly matrix: diff --git a/composer.json b/composer.json index ed505f1..b1c83e3 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ } ], "require": { - "php": ">=5.6", + "php": ">=7.0.0", "psr/http-message": "^1.0" }, "require-dev": { "squizlabs/php_codesniffer": "^2.5", - "phpunit/phpunit": "^5.7|^6.0", + "phpunit/phpunit": "^6.0|^7.0", "php-http/psr7-integration-tests": "dev-master" }, "provide": {