aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-24 02:03:26 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-24 02:03:26 +0100
commit8c89c2ade506ce909ef2a9d9590500df9b3b2135 (patch)
tree049de46a5edb632276ea0a942a17d54418e95940 /composer.json
parent3b68f6ca727f52f9dc84fa1a134c092b44c49103 (diff)
downloadwallabag-8c89c2ade506ce909ef2a9d9590500df9b3b2135.tar.gz
wallabag-8c89c2ade506ce909ef2a9d9590500df9b3b2135.tar.zst
wallabag-8c89c2ade506ce909ef2a9d9590500df9b3b2135.zip
Add ldap to composergitolite_local/ldap
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 775a1ebd..32a3d1a4 100644
--- a/composer.json
+++ b/composer.json
@@ -85,7 +85,8 @@
85 "friendsofsymfony/jsrouting-bundle": "^1.6.3", 85 "friendsofsymfony/jsrouting-bundle": "^1.6.3",
86 "bdunogier/guzzle-site-authenticator": "^1.0.0", 86 "bdunogier/guzzle-site-authenticator": "^1.0.0",
87 "defuse/php-encryption": "^2.1", 87 "defuse/php-encryption": "^2.1",
88 "html2text/html2text": "^4.1" 88 "html2text/html2text": "^4.1",
89 "fr3d/ldap-bundle": "^3.0"
89 }, 90 },
90 "suggest": { 91 "suggest": {
91 "fr3d/ldap-bundle": "If you want to authenticate via LDAP" 92 "fr3d/ldap-bundle": "If you want to authenticate via LDAP"