From b91be79137b600e0f88cddc135d5828c5f6a53ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Sat, 21 Feb 2015 11:08:35 +0100 Subject: [PATCH] Update PHPUnit version to get prophecy --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fca7d74c..57a0264ce 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "symfony/process": "~2.1" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.5" }, "suggest": { "ext-zip": "Enabling the zip extension allows you to unzip archives, and allows gzip compression of all internet traffic",