From 5765f4e72adb37da412af245296f53898733be5e Mon Sep 17 00:00:00 2001 From: Val Bancer Date: Thu, 20 Jul 2017 22:25:56 +0200 Subject: [PATCH] adjusted phpunit version in composer config --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfb2982ea..38bc7dc42 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-mcrypt": "*" }, "require-dev": { - "phpunit/phpunit": "^5.0", + "phpunit/phpunit": "<6.0.0", "cakephp/cakephp-codesniffer": "^1.0.0" }, "config": {