We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c370d7f commit 08998d5Copy full SHA for 08998d5
composer.json
@@ -28,7 +28,6 @@
28
},
29
"require": {
30
"php": ">=5.6",
31
-
32
"simplesamlphp/composer-module-installer": "~1.1",
33
"simplesamlphp/simplesamlphp-module-ldap": "^0.9",
34
"webmozart/assert": "~1.4"
@@ -37,6 +36,9 @@
37
36
"simplesamlphp/simplesamlphp": "^1.17",
38
"phpunit/phpunit": "~5.7"
39
+ "suggest": {
40
+ "ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used"
41
+ },
42
"support": {
43
"issues": "https://github.com/tvdijen/simplesamlphp-module-negotiate/issues",
44
"source": "https://github.com/tvdijen/simplesamlphp-module-negotiate"
0 commit comments