diff --git a/manifest.toml b/manifest.toml index 565de88..05be00a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,8 @@ code = "https://github.com/zusam/zusam" yunohost = ">= 11.1.21" architectures = "all" multi_instance = true -ldap = "no" -sso = "no" +ldap = false +sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -79,4 +79,4 @@ ram.runtime = "50M" [resources.ports] [resources.apt] - packages = "unzip ffmpeg php8.1 php8.1-fpm php8.1-xml php8.1-curl php8.1-mbstring php8.1-sqlite3 php-imagick php8.1-intl curl" + packages = "unzip ffmpeg php php-fpm php-xml php-curl php-mbstring php-sqlite3 php-imagick php-intl curl" diff --git a/tests.toml b/tests.toml index cbbeef1..f453551 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,6 @@ test_format = 1.0 [default] + + args.first_user = "package_checker" + args.first_group = "SuperGroup"