From de8f6be134cddc16e37cee3f41a68a98c241e0d4 Mon Sep 17 00:00:00 2001 From: Thomas Redstone Date: Tue, 1 Oct 2019 15:26:12 +0100 Subject: [PATCH] Remove support for PHP Unit 7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07e7c91b0..453116765 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "graham-campbell/analyzer": "^2.1.1", "league/flysystem": "^1.0", - "phpunit/phpunit": "^7.0|^8.0", + "phpunit/phpunit": "^8.0", "scrutinizer/ocular": "^1.5", "symfony/console": "^3.2", "symfony/css-selector": "^3.2",