From 0c3c4f176eeeb8cefc2da99fdb84f984b6456e97 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Mar 2022 16:15:08 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index fe3cb86..4adc929 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" -YNH_COMPOSER_VERSION="2.2.5" +YNH_COMPOSER_VERSION="2.2.7" pkg_dependencies="postgresql postgresql-contrib apt-transport-https php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml"