From 5510368cda1d613f3e63032569496bef5ab6307b Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 10 Mar 2024 16:18:29 +0100 Subject: [PATCH] revert to php7 as it does not work with 8 see https://github.com/leenooks/phpLDAPadmin/issues/260 also fixes https://github.com/YunoHost-Apps/phpldapadmin_ynh/issues/28 --- 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'