From 2d4813473ab67e4d1b116ff34918e716f1f54ba0 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 | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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": "*" },