From 433cf2a7db80eb1aef6f5eb47b2d104dc7444cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Tue, 26 Apr 2016 16:05:50 +0200 Subject: [PATCH] [fix] Update multi-instance and requirements in the manifest --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 13bd8af..f4cf2d3 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,10 @@ "email": "john.doe@example.com", "url": "http://example.com" }, - "multi_instance": "true", + "requirements": { + "yunohost": ">> 2.3.12.1" + }, + "multi_instance": true, "services": [ "nginx", "php5-fpm",