From 2a7aed27b78e90699a8ef43182eede6cfa0f5a5b Mon Sep 17 00:00:00 2001 From: Davert Date: Sat, 25 Apr 2015 02:54:03 +0300 Subject: [PATCH] fixed contraint in composer.json, Issue #1845 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 270e599d9c..d90aca4181 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": ">=5.4.0", "ext-json": "*", "ext-mbstring": "*", - "phpunit/phpunit": "~4.6`.0", + "phpunit/phpunit": "~4.6.0", "facebook/webdriver": "~0.4|~0.5", "guzzlehttp/guzzle": "~4.0|~5.0", "symfony/finder": "~2.4",