diff --git a/scripts/install b/scripts/install index 7cf6249..48fd622 100755 --- a/scripts/install +++ b/scripts/install @@ -110,7 +110,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Installing Lychee with Composer..." --weight=15 -ynh_install_composer #--install_args="--ignore-platform-reqs" +ynh_install_composer --install_args="--ignore-platform-reqs" #================================================= # BUILDING diff --git a/scripts/upgrade b/scripts/upgrade index 2505923..c32b309 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -134,7 +134,7 @@ ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencie #================================================= ynh_script_progression --message="Installing Composer..." --weight=1 -ynh_install_composer #--install_args="--ignore-platform-reqs" +ynh_install_composer --install_args="--ignore-platform-reqs" #================================================= # SETUP APPLICATION CONFIG