From a27de51f62b6a9d1eaae0c5f5985b4158b98478f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:04:12 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9cd5067..8b774ae 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,11 +16,11 @@ code = "https://github.com/gchq/CyberChef" cpe = "cpe:2.3:a:gchq:cyberchef" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true -ldap = "not_relevant" -sso = "not_relevant" +ldap = false +sso = false disk = "50M" ram.build = "50M" ram.runtime = "20M"