From 768261911285abea341bdaa6a3ce018047c5db4c Mon Sep 17 00:00:00 2001 From: cgoIT Date: Fri, 29 Nov 2024 07:07:21 +0100 Subject: [PATCH] chore: add missing dependencies to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index f648952..cc72a2f 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ }, "require": { "php": "^8.1 || ^8.2 || ^8.3", + "ext-mbstring": "*", "contao/core-bundle": "^4.13 || ^5.3", "contao/calendar-bundle": "^4.13 || ^5.3", "symfony/routing": "^5.4 || ^6.0",