From f304a93bcd039d1c6bcc29f2e79e458a46e25bac Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 17 Sep 2023 18:41:40 +0200 Subject: [PATCH] Fix PHP dependencies --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d637b6f..599b3db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,7 +61,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, mariadb-server, ffmpeg" + packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, php8.2-xml, php8.2-mbstring, mariadb-server, ffmpeg" [resources.database] type = "mysql"