From e3d1f2de7f5fbd774c64105c54da03063e8d185f Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 18 Dec 2022 21:48:01 +0100 Subject: [PATCH] Select composer version during install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2d98ec8d..cf94b71f 100644 --- a/scripts/install +++ b/scripts/install @@ -125,7 +125,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Installing composer dependencies..." --weight=1 -ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" +ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --composerversion="$YNH_COMPOSER_VERSION" --workdir="$final_path" #================================================= # CREATE LOG FILE