From 289f330976f82a66457ab8f41c9e363cddba0023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Sun, 1 Sep 2024 11:33:32 +0200 Subject: [PATCH] Enforce tester 2.1 --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ada831c..ffe8aa2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,8 @@ license = "MIT" code = "https://github.com/gcollin/cookie-aware-cors-proxy" [integration] -yunohost = ">= 11.1.9" +yunohost = ">= 11.2.18" +helpers_version = "2.1" architectures = ["amd64"] multi_instance = false ldap = "not_relevant"