diff --git a/.travis.yml b/.travis.yml index bad51c6..432af18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 7.1 - 7.2 - 7.3 + - 7.4 dist: xenial diff --git a/README.md b/README.md index a0b98e5..5d78972 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Image type detection library for PHP. ## Requirements -* PHP 7.1+ +* PHP 7.2+ ## Installation diff --git a/composer.json b/composer.json index d077003..e519fd8 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ "homepage": "https://github.com/selective-php/image-type", "license": "MIT", "require": { - "php": "^7.1" + "php": "^7.2" }, "require-dev": { "overtrue/phplint": "^1.1", - "phpunit/phpunit": "^7", + "phpunit/phpunit": "^8", "phpstan/phpstan-shim": "^0.11", "squizlabs/php_codesniffer": "^3.4" },