From e057f960857fdd8e90987f15763e3971f979e5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BISSON?= Date: Fri, 23 Mar 2018 23:17:05 +0100 Subject: [PATCH] Trying with PHPUnit v5.7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d5bef6..c6c65ba 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ ] }, "require-dev": { - "phpunit/phpunit": "*", + "phpunit/phpunit": "5.7", "phpdocumentor/phpdocumentor": "2.*", "phpmd/phpmd": "^2.6", "gamegos/php-code-sniffer": "*"