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