From c5ccf8268c4466a8384b910c029603de6a271972 Mon Sep 17 00:00:00 2001 From: Hendrik Grahl <hendrik@grahl.ch> Date: Tue, 14 Aug 2018 01:07:13 +0200 Subject: [PATCH] Issue #2991834: ldap_sso 7.x-2.2 not installable through composer --- ldap_sso.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldap_sso.info b/ldap_sso.info index aeec8f1..7f19ad8 100644 --- a/ldap_sso.info +++ b/ldap_sso.info @@ -1,8 +1,8 @@ name = LDAP SSO description = Implements Single Sign On (SSO) LDAP Authentication package = Lightweight Directory Access Protocol -dependencies[] = ldap_servers -dependencies[] = ldap_authentication +dependencies[] = ldap:ldap_servers +dependencies[] = ldap:ldap_authentication core = 7.x configure = admin/config/people/ldap/authentication -- GitLab