diff --git a/manifest.toml b/manifest.toml index e9e1060..df6e0e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,7 +20,7 @@ admindoc = "https://www.dokuwiki.org/manual" code = "https://github.com/dokuwiki/dokuwiki" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true @@ -46,7 +46,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["en", "fr"] default = "en" @@ -70,4 +70,4 @@ ram.runtime = "50M" admin.allowed = "admins" [resources.apt] - packages = "php8.1-xml php8.1-ldap php8.1-gd php8.1-cli" + packages = "php8.1-xml, php8.1-ldap, php8.1-gd, php8.1-cli"