forked from BorisMorel/LdapBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (43 loc) · 1.19 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "imag/ldap-bundle",
"description": "LDAP Bundle for Symfony 2",
"homepage": "http://github.com/BorisMorel/LdapBundle",
"license": "CeCILL",
"authors": [
{
"name": "Boris Morel",
"email": "[email protected]",
"role": "Developer",
"homepage" : "https://github.com/BorisMorel"
},
{
"name": "Juti Noppornpitak",
"email": "[email protected]",
"role": "Fork Maintainer",
"homepage": "https://github.com/instaclick"
},
{
"name": "John Kary",
"email": "[email protected]",
"role": "Fork Maintainer",
"homepage": "https://github.com/johnkary"
},
{
"name": "Shiroyuki",
"role": "Fork Maintainer",
"homepage": "https://github.com/shiroyuki"
}
],
"support": {
"irc": "irc://irc.freenode.org/sf-grenoble"
},
"require": {
"php": ">=5.3.3",
"ext-ldap": "*",
"symfony/symfony": ">2.0"
},
"autoload": {
"psr-0": { "IMAG\\LdapBundle": "" }
},
"target-dir": "IMAG/LdapBundle"
}