From d3ac495203650a1574654b6e6b41f72e2a7552d3 Mon Sep 17 00:00:00 2001 From: Chi Date: Sun, 4 Apr 2021 17:35:35 +0500 Subject: [PATCH] Fix composer contraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c86fed2..28e52f3 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-json": "*", "drupal/core": "^9.0", "twig/twig": "^2.12", - "symfony/polyfill-php80": "^2.12" + "symfony/polyfill-php80": "^1.22" }, "suggest": { "symfony/var-dumper": "Better dump() function for debugging Twig variables"