1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mantis_ynh.git synced 2024-09-03 19:36:33 +02:00

add ldap php

This commit is contained in:
Éric Gaspar 2024-06-02 11:30:40 +02:00
parent ce98725e92
commit bb35cb83b5

View file

@ -7,9 +7,9 @@ name = "Mantis"
description.en = "Bug tracking system"
description.fr = "Système de suivi des bugs"
version = "2.25.7~ynh2"
version = "2.25.7~ynh3"
maintainers = ["liberodark"]
maintainers = []
[upstream]
license = "GPL-3.0-only"
@ -81,6 +81,7 @@ ram.runtime = "50M"
"php8.0-xml",
"php8.0-cli",
"php8.0-zip",
"php8.0-ldap",
"php8.0-bcmath",
"mariadb-server",
]