From ff37c95b260ae5ce08b107008882e913b452d4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:58:06 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 74d7abd..868d4f3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -179,8 +179,8 @@ then if [ -f "$final_path/composer.json" ] then ynh_exec_warn_less ynh_composer_exec --commands="update" - # Update plugin-installer for Composer version 2.0 - ynh_exec_warn_less ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.3.2" + ## Update plugin-installer for Composer version 2.0 + #ynh_exec_warn_less ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.3.2" else # Install composer.json cp "$final_path/composer.json-dist" "$final_path/composer.json"