From c85a46ff971da8bf46f14ebb2cf66df19ea641c6 Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Tue, 19 Nov 2024 11:19:33 +0100 Subject: [PATCH] Bump due to Twig security issue --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55cf879..9238b9f 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": ">=7.2", "symfony/framework-bundle": "^4.4|^5.0|^6.0", - "twig/twig": "^2.15|^3.0", + "twig/twig": "^2.15|^3.12", "symfony/deprecation-contracts": "^2.4|^3.0" }, "scripts": {