From cdbbe86d85280700e947c6bc63b0c05bd4c1968c Mon Sep 17 00:00:00 2001 From: Alwin Pacheco Date: Sat, 31 Dec 2016 09:17:30 -0400 Subject: [PATCH] Update composer.json We can't afford using the latest version of phpunit if we want php 5.3.* compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d140d7..da44914 100644 --- a/composer.json +++ b/composer.json @@ -49,6 +49,6 @@ "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "4.8.*" } }