composer package updates
[openemr.git] / vendor / adldap2 / adldap2 / composer.json
blob8b061388304e62310ec42855b85cc16e85b9a7d1
2     "name": "adldap2/adldap2",
3     "type": "library",
4     "description": "A PHP LDAP Package for humans.",
5     "keywords": [
6         "active directory",
7         "directory",
8         "ad",
9         "ldap",
10         "windows",
11         "adldap",
12         "adldap2"
13     ],
14     "license": "MIT",
15     "support": {
16         "docs": "https://github.com/Adldap2/Adldap2/blob/master/readme.md",
17         "issues": "https://github.com/Adldap2/Adldap2/issues",
18         "source": "https://github.com/Adldap2/Adldap2",
19         "email": "steven_bauman@outlook.com"
20     },
21     "authors": [
22         {
23             "name": "Steve Bauman",
24             "email": "steven_bauman@outlook.com",
25             "role": "Developer"
26         }
27     ],
28     "require": {
29         "php": ">=5.5.9",
30         "illuminate/support": "~5.0",
31         "ext-ldap": "*"
32     },
33     "require-dev": {
34         "phpunit/phpunit": "~4.8|~5.6",
35         "mockery/mockery": "~0.9|~1.0"
36     },
37     "archive": {
38         "exclude": ["/examples", "/tests"]
39     },
40     "autoload": {
41         "psr-4": {
42             "Adldap\\": "src/"
43         }
44     },
45     "autoload-dev": {
46         "psr-4": {
47             "Adldap\\Tests\\": "tests/"
48         }
49     }