From dcce0357df1039feef923486bec2fa884dcae816 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 8 Aug 2014 22:59:22 +0200 Subject: [PATCH] add symfony/yaml suggestion to composer.json The config:debug and yaml:lint commands use classes from the Yaml component. Therefore, the installation of these packages should be suggested to the user. --- src/Symfony/Bundle/FrameworkBundle/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 894f1f7869..98df993332 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -43,6 +43,7 @@ "symfony/finder": "For using the translation loader and cache warmer", "symfony/form": "For using forms", "symfony/validator": "For using validation", + "symfony/yaml": "For using the config:debug and yaml:lint commands", "doctrine/cache": "For using alternative cache drivers" }, "autoload": {