From 096c12c43c46c6b05794d8945ad903b1f5443c88 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Wed, 24 May 2017 10:07:19 +0900 Subject: [PATCH] composer.json: update to the stable supported PHPUnit branch below version 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9dbd149..df6faed 100644 --- a/composer.json +++ b/composer.json @@ -55,6 +55,6 @@ "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "4.8.*" + "phpunit/phpunit": "<6.0" } }