From bec48bdf3af5320cc63f478b46a0749897ca9cb4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Jun 2023 09:31:59 +0200 Subject: [PATCH] fix --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 77bedce..fbe4599 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "julien.malik@paraiso.me" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.1.20" }, "multi_instance": false, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 1596738..2badcb6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.0" +YNH_PHP_VERSION="8.2" YNH_COMPOSER_VERSION=2.4.2