forked from 81square/ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 858 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 858 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": "lucagtc/ldap",
"description": "LDAP made easy & practical to use in PHP (fork of tiesa/ldap -> 81square/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": ">=3.7.13"
},
"autoload": {
"psr-0": { "Toyota\\Component\\Ldap\\": "" }
},
"target-dir": "Toyota/Component/Ldap",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"minimum-stability": "stable"
}