From 9b9b01a3882d4f2d6fc84b0cdd2055d515d00b24 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 17 Feb 2022 20:46:38 +0100 Subject: [PATCH] Fix upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 8a9c9bf..c71de09 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -122,7 +122,7 @@ ynh_script_progression --message="Upgrading Composer..." mkdir -p "$final_path/.composer" ynh_add_config --template="../conf/composer.json" --destination="$final_path/composer.json" -ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" +ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="update" export PATH="$final_path/vendor/bin:$PATH"