1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpldapadmin_ynh.git synced 2024-09-03 19:56:45 +02:00

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
This commit is contained in:
Sebastian Gumprich 2024-03-10 16:18:29 +01:00 committed by GitHub
parent 878f42ab94
commit 5510368cda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,4 +59,4 @@ ram.runtime = "50M"
main.allowed = "admins" main.allowed = "admins"
[resources.apt] [resources.apt]
packages ='php8.2-ldap, php8.2-xml' packages ='php7.4-ldap, php7.4-xml'