From da26c2eb67103d1b44305498ac0e7305bf394be7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Apr 2021 16:10:15 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ee9f008..b47dfe5 100755 --- a/scripts/install +++ b/scripts/install @@ -111,7 +111,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) ynh_script_progression --message="Installing Lychee with Composer..." --weight=15 # Install composer -ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_args="--prefer-source --no-dev" +ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_args="--no-dev" #================================================= # BUILDING