From dce8e8aeac614a0a6e48d2604cca81b0be7ad2d6 Mon Sep 17 00:00:00 2001 From: boldtrn Date: Wed, 1 Jul 2015 09:47:13 +0200 Subject: [PATCH] Added upper bound constraint for phpunit in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c71d5eb..7f5079d 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,6 @@ }, "require-dev": { "doctrine/orm": ">2.4,<2.6", - "phpunit/phpunit": ">4.2" + "phpunit/phpunit": "~4.2" } }