From 787579ab48450bf1ab2ecfbf293a49a578b2dfd1 Mon Sep 17 00:00:00 2001 From: Anatoliy Babushka Date: Fri, 15 Jun 2018 05:39:33 +0200 Subject: [PATCH] Remove PHP 7.0 support --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5b91ef..adbf2a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ install: composer install language: php php: - - '7.0' - '7.1' - '7.2' - nightly \ No newline at end of file diff --git a/composer.json b/composer.json index a0f07f8..3b59276 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=7.0" + "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^6.2"