php-eesyldap/composer.json

24 lines
594 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",
"lstrojny/phpunit-function-mocker": "^1.1",
"mockery/mockery": "^1.5"
},
"authors": [
{
"name": "Benjamin Renard",
"email": "brenard@zionetrix.net"
}
],
"license": "LGPL-3.0-or-later",
"autoload": {
"psr-4": {
"EesyLDAP\\": "src/"
}
}
}