From 7c486336dbed4705e62a10abf99b16f4ef228190 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Thu, 27 Apr 2017 14:41:24 +0200 Subject: [PATCH] EZEE-1483: Limit Twig to 1.x due to invalid constraint in KnpMenuBundle 1.x which breaks with Twig 2.x --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index c02a6d8..cd0602f 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ "ezsystems/platform-ui-assets-bundle": "~1.0@dev", "whiteoctober/breadcrumbs-bundle": "~1.0.1", "knplabs/knp-menu-bundle": "1.*", + "twig/twig": "~1.28", "zetacomponents/feed": "~1.4", "ezsystems/demobundle-data": "~1.0@dev", "components/bootstrap": "3.3.2",