From 9a5988822dfa6e0b7d7dddfa50a27692772108a2 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 13 Oct 2014 19:55:52 +0100 Subject: [PATCH] Fixed the phpunit version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f990b46..d317e4e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": ">=5.3.2" }, "require-dev": { - "phpunit/phpunit": "@stable" + "phpunit/phpunit": "~4.0" }, "autoload": { "psr-0": {