From 32b756cf05796a75c2520eadc33331b9b8b1c8a2 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Tue, 12 Mar 2024 11:47:57 +0100 Subject: [PATCH] Update manifest.toml to fix php version as explained on PR #29 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d607e1c..90ca35f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,4 +59,4 @@ ram.runtime = "50M" main.allowed = "admins" [resources.apt] - packages ='php8.2-ldap, php8.2-xml' + packages ='php7.4-ldap, php7.4-xml'