From 67b3238c14f016504363bcee4d4263d1aacc6999 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Sat, 10 Feb 2018 12:18:18 +0100 Subject: [PATCH] More precise PHPUnit 7.0 conflict --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c81eb07..4f2dd18 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": "^7.0" }, "conflict": { - "phpunit/phpunit": "<6.0 || >6.5" + "phpunit/phpunit": "<6.0 || >=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0"