From 6ba00988fc10e0c7e13a9bacfa4ef4cb43992483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 16 Nov 2017 11:26:53 +0100 Subject: [PATCH] Allow older version of symfony-expression language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to stay compatible with (slightly) older PHP versions. Also this is same as used in phpmyadmin/motranslator. Fixes #13812 Signed-off-by: Michal Čihař --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1372c79eab..7109fa6487 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "psr/container": "^1.0", "twig/twig": "^1.32", "twig/extensions": "~1.4.1", - "symfony/expression-language": "^3.2", + "symfony/expression-language": "^3.2 || ^2.8", "symfony/polyfill-mbstring": "^1.3" }, "conflict": {