From 95575db836b59bdfe91d6c63a01e2c1f0b791c1c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 15 Jan 2022 09:31:05 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d2e60b2..13bd38c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app YNH_PHP_VERSION="7.3" -YNH_COMPOSER_VERSION="2.2.4" +YNH_COMPOSER_VERSION="2.0.13" 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"