forked from ccottet/ldap
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 889 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 889 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
{
"name": "81square/tiesa-ldap",
"description": "LDAP made easy - supports LDAP paged result (fork of tiesa/ldap)",
"keywords": ["LDAP"],
"homepage": "https://github.com/81square/ldap",
"license": "MIT",
"authors": [
{
"name": "Cyril Cottet",
"email": "cyril.cottet@gmail.com"
},
{
"name": "Maarten van Zanten",
"email": "info@81square.nl"
}
],
"require": {
"php": ">=5.4.22",
"ext-ldap": "*"
},
"require-dev": {
"phpunit/phpunit": ">=4.4.0"
},
"autoload": {
"psr-0": { "Toyota\\Component\\Ldap\\": "" }
},
"target-dir": "Toyota/Component/Ldap",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"minimum-stability": "stable",
"replace": {
"tiesa/ldap": "1.*"
}
}