From 4881a416be7a18522c77d852f42a7fec6b56d197 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Sat, 12 Mar 2016 02:01:43 +0300 Subject: [PATCH] fix require section --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d933d6d..999437a 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ ], "require": { "php": ">=5.3.0", - "ext-curl": "*", - "phpunit/php-code-coverage": "3.3.0", - "phpunit/php-invoker": "1.1.4" + "ext-curl": "*" }, "require-dev": { - "phpunit/phpunit": "5.2.*", + "phpunit/phpunit": "5.2.*",, + "phpunit/php-code-coverage": "3.3.0", + "phpunit/php-invoker": "1.1.4" "phpmd/phpmd": "2.4.*", "sebastian/phpcpd": "2.0.*", "sebastian/phpdcd": "1.0.*",