From ef9b1a9299eda608c83d3de20a4246f952ad0de6 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Thu, 21 Nov 2019 11:04:37 -0600 Subject: [PATCH] Expand Twig version conflict Namespaced classes were introduced into Twig in 1.34 and 2.4, so the 2.0 through 2.3 releases also need to be flagged. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 647bc8f..c37e870 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpunit/phpunit": "~3.7|~4.0|^5.0" }, "conflict": { - "twig/twig": "<1.34" + "twig/twig": "<1.34|>=2.0,<2.4" }, "autoload": { "psr-4": {