diff --git a/scripts/restore b/scripts/restore index b0f1a08..603c142 100644 --- a/scripts/restore +++ b/scripts/restore @@ -14,13 +14,6 @@ ynh_script_progression --message="Reinstalling NodeJS..." --weight=1 ynh_install_nodejs --nodejs_version="$nodejs_version" -#================================================= -# INSTALL AND INITIALIZE COMPOSER -#================================================= -ynh_script_progression --message="Reinstalling Composer..." --weight=10 - -ynh_install_composer --install_args="--no-dev" - #================================================= # RESTORE THE APP MAIN DIR #=================================================