From 760445a5219d5bdaee77f8c8784c2cf70a781ef3 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 19 Jul 2023 13:56:08 +0200 Subject: [PATCH] Update manifest.toml php-mb-string module needed --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7158075..aa904a9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,4 +54,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-sqlite3 php8.2-gd php8.2-intl php8.2-cli php8.2-gnupg" + packages = "php8.2-sqlite3 php8.2-gd php8.2-intl php8.2-cli php8.2-gnupg php8.2-mbstring"