From c65d942479581cade73cb7d6a9a8a4e5998b9543 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Feb 2018 09:19:18 +0100 Subject: v2.2.1 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index febdd23..e4b235f 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,9 @@ "require": { "php": "^5.3.6 || ^7.0" }, + "conflict": { + "phpunit/phpunit": ">=6.0" + }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.4.3" }, @@ -23,6 +26,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