diff --git a/manifest.json b/manifest.json index 4408ca2..d5b2d90 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "selfoss", "packaging_format": 1, "description": { - "en": "Multipurpose RSS reader, live stream, mashup, aggregation web application", - "fr": "Multipurpose RSS reader, live stream, mashup, aggregation web application" + "en": "Multipurpose RSS reader", + "fr": "Lecteur RSS polyvalent" }, "version": "2.18~ynh2", "url": "https://selfoss.aditu.de/", @@ -21,7 +21,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 38c2df9..7855318 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" # dependencies used by the app pkg_dependencies="sqlite3 php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-curl"