From d534e135b424b5fad241244a92f1d29c1c068331 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Wed, 29 Jan 2025 15:10:57 +0000 Subject: [PATCH] Force Twig version to be 3.19 Signed-off-by: Kamil Tekiela --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a7b36dc018..0617bd201b 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "symfony/expression-language": "^7.1", "symfony/polyfill-ctype": "^1.24", "symfony/polyfill-mbstring": "^1.24", - "twig/twig": "^3.9", + "twig/twig": "^3.19", "webmozart/assert": "^1.10", "williamdes/mariadb-mysql-kbs": "^1.2" }, diff --git a/composer.lock b/composer.lock index 8798fc9201..7e3d00827d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8106e5bd8fc69e55116c382d01fa710f", + "content-hash": "e7270d0cfaebebd22abdbf5910fa2a4b", "packages": [ { "name": "composer/ca-bundle", @@ -2042,16 +2042,16 @@ }, { "name": "twig/twig", - "version": "v3.18.0", + "version": "v3.19.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50" + "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50", - "reference": "acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e", + "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e", "shasum": "" }, "require": { @@ -2106,7 +2106,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.18.0" + "source": "https://github.com/twigphp/Twig/tree/v3.19.0" }, "funding": [ { @@ -2118,7 +2118,7 @@ "type": "tidelift" } ], - "time": "2024-12-29T10:51:50+00:00" + "time": "2025-01-29T07:06:14+00:00" }, { "name": "webmozart/assert",