From a0ec00d8373dd3b9438593709d4cc2713a741a78 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 9 May 2022 18:31:13 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2452617..deab0f4 100755 --- a/scripts/install +++ b/scripts/install @@ -119,7 +119,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Installing composer dependencies..." -ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" +ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" --install_args="--ignore-platform-req=ext-redis" chmod 750 "$final_path" chmod -R o-rwx "$final_path"