Skip to content

Commit b972400

Browse files
committed
fix: try to manage composer update correctly
1 parent dfe6ee5 commit b972400

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/_common.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ install_ldap_addressbook_contextmenu_plugins() {
3131

3232
# Install net_LDAP
3333
export COMPOSER_ALLOW_SUPERUSER=1
34-
ynh_composer_exec --commands="require kolab/net_ldap3"
34+
ynh_composer_exec --commands="require kolab/net_ldap3 --with-all-dependencies"
3535

3636
# Install contextmenu and automatic_addressbook plugins
3737
# https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook
3838
# https://plugins.roundcube.net/packages/johndoh/contextmenu
3939
ynh_composer_exec --commands="require \
4040
johndoh/contextmenu $contextmenu_version \
41-
sblaisot/automatic_addressbook $automatic_addressbook_version"
41+
sblaisot/automatic_addressbook $automatic_addressbook_version \
42+
--with-all-dependencies"
4243

4344
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
4445

0 commit comments

Comments
 (0)