From 6f826fca311f1f9d349d3fdd49b334d84a396d1a Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:20:22 +0100 Subject: [PATCH] Add missing php-(simple)xml dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e14de7e..5cc1ba7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.1-fpm, php8.1-mbstring" + packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml"