diff --git a/.travis.yml b/.travis.yml index ee5d2c16..1ac8681d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,7 @@ env: - setup=basic php: - - 7.3 - - 7.4.2 + - 7.4 before_install: - printf "\n" | pecl install imagick diff --git a/composer.json b/composer.json index 64934ec4..3577be5c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "license": "CC0-1.0", "require": { - "php": "^7.3", + "php": "^7.4", "ext-intl": "*", "ext-json": "*", "ext-dom": "*",