From 476ff7f26204d6cc65fd06e86535534b47395098 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Apr 2021 16:17:26 +0200 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1784bba..21b482f 100755 --- a/scripts/install +++ b/scripts/install @@ -111,7 +111,9 @@ 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="--no-dev" +#ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_args="--no-dev" + +ynh_install_composer --install_args="--ignore-platform-reqs" #================================================= # BUILDING