From 9d8a507405421a81f4f1833590d320b32bdad887 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 1 May 2024 23:53:11 +0200 Subject: [PATCH] Update manifest.toml: add dependency to php mbstring --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6686aae..6af2e40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,7 +67,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, php7.4-mysql, php7.4-xml" + packages = "mariadb-server, php7.4-mysql, php7.4-xml, php7.4-mbstring" [resources.database] type = "mysql"