diff --git a/scripts/install b/scripts/install index 4366c54..3d7a4fe 100644 --- a/scripts/install +++ b/scripts/install @@ -42,7 +42,7 @@ ynh_script_progression --message="Installing dependencies for LDAP..." --weight= # Some trick to actually not run composer install… ynh_install_composer --install_args="--dry-run" -ynh_composer_exec --workdir="$install_dir/sources" --commands="require symfony/ldap" +ynh_composer_exec --commands="require symfony/ldap" SYMFONY_ENV=prod ynh_composer_exec --commands="install --no-dev $install_args" \ chown -R "$app:www-data" "$install_dir"