From a926da2f18cc27817d97e6a5593d6c97745550c2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 25 Jun 2021 13:03:01 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 349808d..af7f2f0 100644 --- a/manifest.json +++ b/manifest.json @@ -14,12 +14,13 @@ "email": "misterl56@hotmail.com" }, "requirements": { - "yunohost": ">= 4.1.0" + "yunohost": ">= 4.2.0" }, "multi_instance": false, "services": [ "nginx", "mysql", + "php7.3-fpm", "dovecot", "postfix" ],