From 36bb9356444e5ee54dbccee955822b7133c6ee45 Mon Sep 17 00:00:00 2001 From: Chi Date: Sun, 2 May 2021 23:47:27 +0500 Subject: [PATCH] #3211870 Downgrade symfony/polyfill-php80 requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 28e52f3..84041f4 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-json": "*", "drupal/core": "^9.0", "twig/twig": "^2.12", - "symfony/polyfill-php80": "^1.22" + "symfony/polyfill-php80": "^1.17" }, "suggest": { "symfony/var-dumper": "Better dump() function for debugging Twig variables"