blob: 2e995d9def103c578bfdcd09c81f27fdcb6e17b0 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001{
2 "name": "directorytree/ldaprecord",
3 "type": "library",
4 "description": "A fully-featured LDAP ORM.",
5 "homepage": "https://www.ldaprecord.com",
6 "keywords": [
7 "active directory",
8 "directory",
9 "ad",
10 "ldap",
11 "windows",
12 "adldap",
13 "adldap2",
14 "ldaprecord",
15 "orm"
16 ],
17 "license": "MIT",
18 "support": {
19 "docs": "https://ldaprecord.com",
20 "issues": "https://github.com/DirectoryTree/LdapRecord/issues",
21 "source": "https://github.com/DirectoryTree/LdapRecord",
22 "email": "steven_bauman@outlook.com"
23 },
24 "authors": [
25 {
26 "name": "Steve Bauman",
27 "email": "steven_bauman@outlook.com",
28 "role": "Developer"
29 }
30 ],
31 "require": {
32 "php": ">=7.3",
33 "ext-ldap": "*",
34 "ext-json": "*",
35 "psr/log": "^1.0",
36 "psr/simple-cache": "^1.0",
37 "nesbot/carbon": "^1.0|^2.0",
38 "tightenco/collect": "^5.6|^6.0|^7.0|^8.0",
39 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0"
40 },
41 "require-dev": {
42 "phpunit/phpunit": "^8.0",
43 "mockery/mockery": "^1.0",
44 "spatie/ray": "^1.24"
45 },
46 "archive": {
47 "exclude": ["/tests"]
48 },
49 "autoload": {
50 "psr-4": {
51 "LdapRecord\\": "src/"
52 }
53 },
54 "autoload-dev": {
55 "psr-4": {
56 "LdapRecord\\Tests\\": "tests/"
57 }
58 }
59}