From 5b765dd02908a83e0e8898575e305d83f09f3ef2 Mon Sep 17 00:00:00 2001 From: Yaroslav Molchan Date: Mon, 3 Feb 2020 14:29:37 +0200 Subject: [PATCH] Remove PHP 7.1 support. --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9705b19..c8d11e1 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 7.1 - 7.2 - 7.3 + - 7.4 before_script: - composer install 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": "*" },