diff --git a/.travis.yml b/.travis.yml index 4398225..c2d6862 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: php php: - - 7.0 - 7.1 - 7.2 + - 7.3 + - 7.4 install: travis_retry composer install --no-interaction --prefer-source diff --git a/composer.json b/composer.json index 79c8490..d48e16e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=7.0.0", + "php": ">=7.1", "ext-calendar": "*", "ext-mbstring": "*", "geezify/geezify-php": "^1.2"