aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-16 11:40:00 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-23 19:57:28 +0100
commit3b68f6ca727f52f9dc84fa1a134c092b44c49103 (patch)
tree2dd38ff1453ad3a0a4620a408cdb67a482ae2fc6 /composer.json
parent3f7a28de8473db53b3de9e19d5e8e58b4e21090d (diff)
downloadwallabag-3b68f6ca727f52f9dc84fa1a134c092b44c49103.tar.gz
wallabag-3b68f6ca727f52f9dc84fa1a134c092b44c49103.tar.zst
wallabag-3b68f6ca727f52f9dc84fa1a134c092b44c49103.zip
Add ldap
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 68cfad05..775a1ebd 100644
--- a/composer.json
+++ b/composer.json
@@ -87,6 +87,9 @@
87 "defuse/php-encryption": "^2.1", 87 "defuse/php-encryption": "^2.1",
88 "html2text/html2text": "^4.1" 88 "html2text/html2text": "^4.1"
89 }, 89 },
90 "suggest": {
91 "fr3d/ldap-bundle": "If you want to authenticate via LDAP"
92 },
90 "require-dev": { 93 "require-dev": {
91 "doctrine/doctrine-fixtures-bundle": "~2.2", 94 "doctrine/doctrine-fixtures-bundle": "~2.2",
92 "doctrine/data-fixtures": "~1.1", 95 "doctrine/data-fixtures": "~1.1",