From 9223db532be13018f29b1284b219cb643b3fdb64 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:14:19 +0100 Subject: [PATCH] Update manifest.toml : add dependency to php8.2-mbstring --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 197aaf2..feb7864 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,7 +60,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, php8.2-mysql, php8.2-gd" + packages = "mariadb-server, php8.2-mysql, php8.2-gd, php8.2-mbstring" [resources.database] type = "mysql"