From 8c702af58dde3f011d016e3e1aa62d9de64ddfc0 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 30 Oct 2015 12:44:11 +0100 Subject: [PATCH] remove incompatible Twig version Currently, the SecurityBundle is not compatible with Twig 2.0 as it is missing the implementation of the `Twig_Extension_InitRuntimeInterface`. Thus, `initRuntime()` would not be called with Twig 2.0 anymore. --- src/Symfony/Bundle/SecurityBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index f3a001b649896..9cd83223b24da 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -34,7 +34,7 @@ "symfony/process": "~2.0,>=2.0.5", "symfony/validator": "~2.2", "symfony/yaml": "~2.0,>=2.0.5", - "twig/twig": "~1.20|~2.0" + "twig/twig": "~1.20" }, "autoload": { "psr-0": { "Symfony\\Bundle\\SecurityBundle\\": "" }