mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
33 lines
869 B
JSON
33 lines
869 B
JSON
{
|
|
"name": "zendframework/zend-ldap",
|
|
"description": "provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"zf2",
|
|
"ldap"
|
|
],
|
|
"homepage": "https://github.com/zendframework/zf2",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Zend\\Ldap\\": ""
|
|
}
|
|
},
|
|
"target-dir": "Zend/Ldap",
|
|
"require": {
|
|
"php": ">=5.3.23",
|
|
"zendframework/zend-stdlib": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"zendframework/zend-eventmanager": "self.version"
|
|
},
|
|
"suggest": {
|
|
"zendframework/zend-eventmanager": "Zend\\EventManager component"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.3-dev",
|
|
"dev-develop": "2.4-dev"
|
|
}
|
|
}
|
|
}
|