From 17882bf720ca06945124c88d8b827ed2bcb2f06a Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Mon, 4 Oct 2021 13:11:23 +0200 Subject: [PATCH] Add a missing dependency --- core-bundle/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core-bundle/composer.json b/core-bundle/composer.json index 63843160f85..c8a7e50e9cd 100644 --- a/core-bundle/composer.json +++ b/core-bundle/composer.json @@ -92,6 +92,7 @@ "symfony/lock": "^5.3", "symfony/mailer": "^5.3", "symfony/monolog-bridge": "^5.3", + "symfony/polyfill-mbstring": "^1.0", "symfony/process": "^5.3", "symfony/routing": "^5.3", "symfony/security-bundle": "^5.3",