forked from adldap/adLDAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 718 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 718 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
35
36
37
38
39
{
"name": "adldap/adldap",
"type": "library",
"description": "adLDAP, PHP LDAP library for manipulating Active Directory",
"keywords": [
"active directory",
"ldap",
"windows"
],
"homepage": "http://adldap.sourceforge.net",
"license": "LGPL-2.1",
"support": {
"issues": "https://github.com/adldap/adLDAP/issues",
"source": "https://github.com/adldap/adLDAP"
},
"authors": [
{
"name": "Richard Hyland",
"email": "adldap@richardhyland.com",
"role": "Developer"
},
{
"name": "Scott Barnett",
"email": "scott@wiggumworld.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-ldap": "*"
},
"autoload": {
"psr-0": {
"": "lib/"
}
}
}