21 lines
507 B
JSON
21 lines
507 B
JSON
{
|
|
"name": "brenard/eesyldap",
|
|
"type": "library",
|
|
"description": "Object oriented interface for searching and manipulating LDAP entries & filters",
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Benjamin Renard",
|
|
"email": "brenard@zionetrix.net"
|
|
}
|
|
],
|
|
"license": "LGPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EesyLDAP\\": "src/"
|
|
}
|
|
}
|
|
}
|