From b63822ba7954d729ace9416173f620b02fa9779b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jan 2018 10:03:08 +0100 Subject: v3.1 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a00c3e1..759af0c 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,9 @@ "require": { "php": "^7.0" }, + "conflict": { + "phpunit/phpunit": "<6.0" + }, "require-dev": { "phpunit/phpunit": "^6.0" }, @@ -28,6 +31,6 @@ "suggest": { "ext-dom": "When testing with xml.", "ext-libxml": "When testing with xml.", - "phpunit/phpunit" : "This is an extension for it so make sure you have it some way." + "phpunit/phpunit" : "This is an extension for PHPUnit so make sure you have that in some way." } } -- cgit