-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 790 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 790 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
{
"name": "riper/security-active_directory",
"type": "symfony-bundle",
"description": "This is a bundle to allow authentication into symfony >= 2.6 by an Active directory",
"keywords": ["active directory","ldap","symfony","bundle"],
"homepage": "https://github.com/RiperFr/Security-ActiveDirectoryBundle",
"license": "CC-BY-4.0",
"authors": [
{
"name": "Loïc Doubinine",
"email": "ztec@riper.fr"
}
],
"require": {
"php": ">=5.3.0",
"adldap2/adldap2": "~4.0"
},
"conflict": {
"symfony/symfony" : "<2.6"
},
"autoload": {
"psr-0" : {
"Riper\\Security\\ActiveDirectoryBundle" : ""
}
},
"target-dir": "Riper/Security/ActiveDirectoryBundle"
}