From f6016f4f456fbf885088f97e8a46050ca39fad71 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 14 Feb 2021 12:39:11 +0100 Subject: [PATCH] Update from example_ynh --- scripts/_common.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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