From 5ab7791d7bf52c8f222528f3606b4be3aeb079f6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 25 Sep 2022 22:19: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 f5f51f3..08b1f7d 100644 --- a/scripts/install +++ b/scripts/install @@ -148,7 +148,7 @@ ynh_script_progression --message="Installing dependencies with Composer..." --we ynh_install_composer # Install dependencies -ynh_composer_exec --commands="update --no-dev" +ynh_composer_exec --commands="update --with-all-dependencies --no-dev" #================================================= # GENERIC FINALIZATION