forked from Open-Wide/OwSynchronizeLdapUserBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (25 loc) · 805 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "open-wide/ezpublish-synchronizeldapuser-bundle",
"description": "Synchronize Ldap User to Ezpublish 5.3 or newer",
"homepage": "https://github.com/Open-Wide/SynchronizeLdapUserBundle",
"license": "GPL-3.0+",
"keywords": ["ezpublish", "ldap", "imag"],
"authors": [
{
"name": "Duc Nicolas for Open Wide",
"email": "[email protected]",
"role": "Developer",
"homepage" : "https://github.com/Open-Wide"
}
],
"require": {
"php": ">=5.3.3",
"ext-ldap": "*",
"symfony/symfony": ">2.0",
"imag/ldap-bundle": "master"
},
"autoload": {
"psr-0": { "OpenWide\\SynchronizeLdapUserBundle": "" }
},
"target-dir": "OpenWide/SynchronizeLdapUserBundle"
}