From d78df9f46e0a69d4f6c539db62b9ca8e6eec79d9 Mon Sep 17 00:00:00 2001 From: landrok Date: Sun, 11 Apr 2021 18:07:50 +0200 Subject: [PATCH] Remove support for PHP 7.1 --- .travis.yml | 3 --- README.md | 2 +- docs/index.md | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5a3474..3ed877f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ language: php -sudo: false - cache: directories: - $HOME/.composer/cache php: - - 7.1 - 7.2 - 7.3 - 7.4 diff --git a/README.md b/README.md index ab4cbc9..0127df3 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ ________________________________________________________________________ Requirements ------------ -- Supports PHP7+ +- Supports PHP 7.2+ | 8.0 ________________________________________________________________________ diff --git a/docs/index.md b/docs/index.md index 69fe0d8..646e123 100644 --- a/docs/index.md +++ b/docs/index.md @@ -60,7 +60,7 @@ ________________________________________________________________________ Requirements ------------ -- Supports PHP7+ +- Supports PHP 7.2+ | 8.0 ________________________________________________________________________