From a571c91658d2e93c4a129ee8048303fbe4c934d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BISSON?= Date: Fri, 23 Mar 2018 23:06:03 +0100 Subject: [PATCH] Be kind to phpunit requirements --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88dfd89..0d5bef6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ ] }, "require-dev": { - "phpunit/phpunit": "^6", + "phpunit/phpunit": "*", "phpdocumentor/phpdocumentor": "2.*", "phpmd/phpmd": "^2.6", "gamegos/php-code-sniffer": "*"