diff --git a/manifest.json b/manifest.json index 9e2b7ef..5134b07 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "$app is a script that checks whether your websites and servers are up and running", "fr": "$app est un application pour vérifier que vos sites web et serveurs fonctionnent" }, - "version": "3.5.2~ynh1", + "version": "3.5.2~ynh2", "url": "www.phpservermonitor.org", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index c45026f..4dbd25e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,10 +7,7 @@ # dependencies used by the app #pkg_dependencies="deb1 deb2 php$YNH_DEFAULT_PHP_VERSION-deb1 php$YNH_DEFAULT_PHP_VERSION-deb2" -pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-curl -php$YNH_DEFAULT_PHP_VERSION-common -php$YNH_DEFAULT_PHP_VERSION-json -php$YNH_DEFAULT_PHP_VERSION-xml" +pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-curl php$YNH_DEFAULT_PHP_VERSION-common php$YNH_DEFAULT_PHP_VERSION-json php$YNH_DEFAULT_PHP_VERSION-xml"