From 2d4584dd47daaa4d23a57454658f4227da4217b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kocsis=20M=C3=A1t=C3=A9?= Date: Fri, 5 Jun 2015 20:39:15 +0200 Subject: [PATCH] Fixed composer dev dependencies --- composer.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 9b7cd6e..6917416 100644 --- a/composer.json +++ b/composer.json @@ -15,19 +15,11 @@ "php":">=5.4.0", "container-interop/container-interop": "~1.0" }, - "require-dev":{ - "jms/serializer": "~0.16", - "nikic/fast-route": "~0.4", - "symfony/event-dispatcher": "~2.5", - "symfony/http-foundation": "~2.5", - "symfony/yaml": "~2.5" - }, "suggest":{ "jms/serializer": "If you want to use JmsSerializer or JmsDeserializer", "nikic/fast-route": "If you want to use the default Router implementation", "symfony/event-dispatcher": "If you want to use the default event dispatcher", - "symfony/http-foundation": "If you want to use the default Request and Responder implementations", - "symfony/yaml": "If you want to support serialization of YML format" + "symfony/http-foundation": "If you want to use the default Request and Responder implementations" }, "autoload": { "psr-4": {