From 539cc75825cdfc6ea0f4aecc90de43b505d1d528 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 14 Jun 2012 15:48:13 +0300 Subject: [PATCH] Fixed the suggestion key --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5b68c17..291beb2 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/framework-bundle": ">=2.0,<2.2-dev" }, - "require": { + "suggest": { "symfony/twig-bundle": "to use the Twig markdown filter" },