From b910d8b57dd17f0c32e06e69685297a3afa13abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 17 Jun 2024 19:49:14 +0200 Subject: [PATCH] set composer version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f7e4978..d4b78fb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_COMPOSER_VERSION="2.1.1" +YNH_COMPOSER_VERSION="2.7" wb_conf="$install_dir/app/config/parameters.yml"