forked from BorisMorel/LdapBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·34 lines (33 loc) · 883 Bytes
/
composer.json
File metadata and controls
executable file
·34 lines (33 loc) · 883 Bytes
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
{
"name": "zen/ldap-bundle",
"description": "LDAP Bundle for Symfony 2 derived from imag/ldap-bundle",
"homepage": "https://github.com/BorisMorel/LdapBundle/issues/36",
"version": "2.1.0",
"authors": [
{
"name": "Boris Morel",
"email": "boris.morel@imag.fr",
"role": "Developer",
"homepage" : "https://github.com/BorisMorel"
},
{
"name": "Vittore Zen",
"email": "vittore@zen.pn.it",
"role": "Fork Maintainer",
"homepage" : "https://github.com/vittore"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">2.0"
},
"source": {
"url": "https://github.com/vittore/LdapBundle.git",
"type": "git",
"reference": "origin/master"
},
"autoload": {
"psr-0": { "IMAG\\LdapBundle": "" }
},
"target-dir": "IMAG/LdapBundle"
}