From f7a9c7d997610f9b9c33684675bdeab4513e3ff5 Mon Sep 17 00:00:00 2001 From: Chi Date: Sun, 29 May 2022 08:32:43 +0500 Subject: [PATCH] Issue #3282742 by kenrbnsn: Support Twig 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bcee1b..e187bbb 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=7.3", "ext-json": "*", "drupal/core": "^9.3 || ^10.0", - "twig/twig": "^2.12", + "twig/twig": "^2.12 || ^3.3.8", "symfony/polyfill-php80": "^1.17" }, "suggest": {