blob: 35c60576694512043c35d7010b1de9e5aed4078c [file] [log] [blame]
{
"name": "directorytree/ldaprecord",
"type": "library",
"description": "A fully-featured LDAP ORM.",
"homepage": "https://www.ldaprecord.com",
"keywords": [
"active directory",
"directory",
"ad",
"ldap",
"windows",
"adldap",
"adldap2",
"ldaprecord",
"orm"
],
"license": "MIT",
"support": {
"docs": "https://ldaprecord.com",
"issues": "https://github.com/DirectoryTree/LdapRecord/issues",
"source": "https://github.com/DirectoryTree/LdapRecord",
"email": "steven_bauman@outlook.com"
},
"authors": [
{
"name": "Steve Bauman",
"email": "steven_bauman@outlook.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.3",
"ext-ldap": "*",
"ext-json": "*",
"psr/log": "*",
"psr/simple-cache": "^1.0|^2.0",
"nesbot/carbon": "^1.0|^2.0",
"tightenco/collect": "^5.6|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.0",
"spatie/ray": "^1.24"
},
"archive": {
"exclude": [
"/tests"
]
},
"autoload": {
"psr-4": {
"LdapRecord\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LdapRecord\\Tests\\": "tests/"
}
}
}