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

Update manifest.toml to fix php version

as explained on PR #29
This commit is contained in:
Robles Rodolphe 2024-03-12 11:47:57 +01:00 committed by GitHub
parent b0e57ffae5
commit 32b756cf05
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"
[resources.apt]
packages ='php8.2-ldap, php8.2-xml'
packages ='php7.4-ldap, php7.4-xml'