From b6bf8a368cf1701ff81e9a4637462a96b0183134 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Sat, 25 Jul 2015 18:51:04 +0200 Subject: [PATCH] require at least twig 1.12.0@stable --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e622f05..a1b0259 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "symfony/framework-bundle": "~2.3" }, "require-dev": { - "twig/twig": "~1.12,>=1.12.0", + "twig/twig": "~1.12,>=1.12.0@stable", "symfony-cmf/testing": "~1.2,>=1.2.7", "doctrine/phpcr-odm": "~1.3", "doctrine/annotations": ">=1.1.2",