From b5b8d16b18c02113e20e6f20e4736a91bc58ced2 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 5 Feb 2018 10:07:51 +0100 Subject: [PATCH] Add PHPUnit 7.0 conflict --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 759af0c..c81eb07 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": "^7.0" }, "conflict": { - "phpunit/phpunit": "<6.0" + "phpunit/phpunit": "<6.0 || >6.5" }, "require-dev": { "phpunit/phpunit": "^6.0"