From 254aec462d90ad4c6ef5480ab8e0afb9652c39b8 Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sun, 3 Dec 2017 02:01:43 +0100 Subject: [PATCH] [+]: allow old twig-versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index daa293e..97f1e15 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": ">=7.0.0", "voku/anti-xss": "~3.0", - "twig/twig": "~2.0" + "twig/twig": "^1.26 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~6.0"