From 2abddb106523c53aebfe075c04a9d01bc8cdc5b4 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 7 Feb 2024 14:29:23 +0100 Subject: [PATCH] Skip Twig v3.9-dev for now --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1abf3ad1..fb74530c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^1.1|^2|^3", - "twig/twig": "^2.13|^3.0.4" + "twig/twig": "^2.13|~3.8.0" }, "require-dev": { "doctrine/annotations": "^1.12|^2",