diff --git a/scripts/_common.sh b/scripts/_common.sh index d96bdbb..e5c3b03 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,10 +5,8 @@ #================================================= # dependencies used by the app -#pkg_dependencies="php7.0-zip" -YNH_PHP_VERSION="7.3" -extra_php_dependencies="php${YNH_PHP_VERSION}-zip" +pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-zip" #================================================= # PERSONAL HELPERS