From 3454e59ca28f7190ad18c09c1fe5d716fc12ee79 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 29 Sep 2014 15:50:01 +0200 Subject: [PATCH] [DebugBundle] fix dev dependencies --- src/Symfony/Bundle/DebugBundle/composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Symfony/Bundle/DebugBundle/composer.json b/src/Symfony/Bundle/DebugBundle/composer.json index 6412fdeaf5..12b62ff3a5 100644 --- a/src/Symfony/Bundle/DebugBundle/composer.json +++ b/src/Symfony/Bundle/DebugBundle/composer.json @@ -21,6 +21,10 @@ "symfony/twig-bridge": "~2.6", "symfony/var-dumper": "~2.6" }, + "require-dev": { + "symfony/config": "~2.3", + "symfony/dependency-injection": "~2.3" + }, "suggest": { "symfony/config": "For service container configuration", "symfony/dependency-injection": "For using as a service from the container"