From 23a02ff1693c2c76a4fd55eae83704048d1e93e7 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 bad5b2c8..7b14915a 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "symfony/http-kernel": "^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", - "twig/twig": "^2.13|^3.0.4" + "twig/twig": "^2.13|~3.8.0" }, "require-dev": { "symfony/asset": "^4.4|^5.0|^6.0",