From 33f091a389704bdd264dd83bfa4042b8ecbd1612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bl=C3=BCmel?= Date: Tue, 24 Mar 2020 22:45:26 +0100 Subject: [PATCH] fix #15983 - require twig ^2.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is necessary for the 'apply' tag which came in 2.9 and 1.40 See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954766 See: https://salsa.debian.org/phpmyadmin-team/phpmyadmin/issues/43 Signed-Off-By: Matthias Blümel --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfe696862b..aa8020bfe8 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", "symfony/yaml": "^4.2.8", - "twig/twig": "^2.4", + "twig/twig": "^2.9", "williamdes/mariadb-mysql-kbs": "^1.2" }, "conflict": {