From 89832a17feb6a34b04ac59e0bce6546763371e38 Mon Sep 17 00:00:00 2001 From: tacman Date: Fri, 3 Feb 2017 17:09:44 -0500 Subject: [PATCH] Allow twig2 (#1205) I _think_ this will allow Twig2, but am not sure if it should be ^2.0 or ~2.0 (or something else) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a405209c0..1295a66b9 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "symfony/twig-bundle": "~2.3|~3.0", "symfony/form": "~2.3|~3.0", "symfony/console": "~2.3|~3.0", - "twig/twig": "^1.14.2", + "twig/twig": "^1.14.2|^2.0", "mopa/composer-bridge": "~1.3" }, "require-dev": {