diff --git a/.travis.yml b/.travis.yml index 9705b19..9985dae 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.1 - 7.2 - 7.3 diff --git a/composer.json b/composer.json index 8e5105c..b444bf3 100755 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": ">=7.1", + "php": ">=7.2", "lib-pcre": ">=8.38", "ext-ctype": "*" },