From be09d4974d2d657c538ae9453b10a606d095eeae Mon Sep 17 00:00:00 2001 From: Diederik de Groot Date: Sat, 27 Nov 2021 13:53:52 +0100 Subject: [PATCH] Remove php 7.0 from travis build --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 308ada89..b2eb23a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ cache: - $HOME/.composer/cache php: - - '7.0' - '7.1' - '7.2' - '7.3' diff --git a/composer.json b/composer.json index 51506ebc..e17741ac 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "psr/log": ">= 1.0.0" }, "require-dev": { - "phpunit/phpunit": ">=6.5.14", + "phpunit/phpunit": ">=7.0.0", "php-coveralls/php-coveralls": ">=1.0.2", "sebastian/phpcpd": "*", "phing/phing": "*",