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