From a524c32e28ae0b7a61eb302fa40cc70dcdbe8e32 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 14 Jun 2012 15:46:14 +0300 Subject: [PATCH 1/2] Added an upper bound on the composer constraint --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88ed469..5b68c17 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,11 @@ "require": { "php": ">=5.3.2", - "symfony/framework-bundle": ">=2.0.0" + "symfony/framework-bundle": ">=2.0,<2.2-dev" + }, + + "require": { + "symfony/twig-bundle": "to use the Twig markdown filter" }, "autoload": { From 539cc75825cdfc6ea0f4aecc90de43b505d1d528 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 14 Jun 2012 15:48:13 +0300 Subject: [PATCH 2/2] 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" },