From 5d765f499984e396beda1c8e49ec826f2770cafe Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Mon, 24 Feb 2014 19:19:58 +0100 Subject: [PATCH] Update composer.json Not sure why this is being flagged by versioneye. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index eda4ac4..02b808c 100644 --- a/composer.json +++ b/composer.json @@ -23,15 +23,15 @@ }, "require-dev": { "phpunit/phpunit": "*", - "phpunit/phpunit-selenium": "dev-master", - "ext-xdebug": "*", - "mikey179/vfsStream": "1.3.*@dev", - "satooshi/php-coveralls": "dev-master", - "phpunit/phpcov": "2.0.*@dev" + "phpunit/phpunit-selenium": "dev-master", + "ext-xdebug": "*", + "mikey179/vfsStream": "1.3.*@dev", + "satooshi/php-coveralls": "dev-master", + "phpunit/phpcov": "dev-master" }, "autoload": { "psr-0": { "UAS": "" } } -} \ No newline at end of file +}