From 4939847d364e74cda30ae409f4794b0d6af49015 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 3 Aug 2023 21:40:37 +0200 Subject: [PATCH] Update manifest.toml need dependency php-zip --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 11c2819..e6d3eb5 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 php8.2-mbstring" + packages = "php8.2-sqlite3 php8.2-gd php8.2-intl php8.2-cli php8.2-gnupg php8.2-mbstring php8.2-zip"