From 8180f2fe8c3c94b89b51c31706e43b31f02daeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 14 May 2016 11:44:29 +0200 Subject: [PATCH] =?UTF-8?q?[fix]=C2=A0Add=20yunohost=20requirements=20to?= =?UTF-8?q?=20the=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e383f17..2b35c56 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,10 @@ "name": "julien", "email": "julien.malik@paraiso.me" }, - "multi_instance": "false", + "multi_instance": false, + "requirements": { + "yunohost": ">= 2.4.0" + }, "services": [ "nginx", "php5-fpm",