From e7bc843dfc97a9e870b5e4ae1659e58097a43860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <melanger@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:22:29 +0200 Subject: [PATCH] chore: suggest SSP module LDAP in composer.json --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 0e9075b..6412e00 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,9 @@ "SimpleSAML\\Module\\campusmultiauth\\": "lib/" } }, + "suggest": { + "simplesamlphp/simplesamlphp-module-ldap": "Required for timeout dialog with mitreID support" + }, "require-dev": { "symplify/easy-coding-standard": "^11.0" } -- GitLab