mirror of
https://github.com/YunoHost-Apps/phpldapadmin_ynh.git
synced 2024-09-03 19:56:45 +02:00
Merge pull request #30 from rodinux/patch-1
Update manifest.toml to fix php version
This commit is contained in:
commit
d37bd4848d
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ name = "phpLDAPadmin"
|
||||||
description.en = "Manage OpenLDAP database over the web"
|
description.en = "Manage OpenLDAP database over the web"
|
||||||
description.fr = "Application web de gestion de la base OpenLDAP"
|
description.fr = "Application web de gestion de la base OpenLDAP"
|
||||||
|
|
||||||
version = "1.2.6.7~ynh1"
|
version = "1.2.6.7~ynh2"
|
||||||
|
|
||||||
maintainers = ["aymhce"]
|
maintainers = ["aymhce"]
|
||||||
|
|
||||||
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue