From b73089da06438987e157cc874842d4487dcff809 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL <soullivaneuh@gmail.com> Date: Wed, 4 Nov 2015 12:00:00 +0100 Subject: [PATCH] Do not require phpunit on production --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8ff7a15..2819bac 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ "require": { "php": ">=5.4", "behat/behat": "~3.0", - "guzzlehttp/guzzle": "4 - 5", - "phpunit/phpunit": "~4.0" + "guzzlehttp/guzzle": "4 - 5" }, "require-dev": { "symfony/process": "~2.1", - "silex/silex": "~1" + "silex/silex": "~1", + "phpunit/phpunit": "~4.0" }, "autoload": {