35 lines
819 B
JSON
35 lines
819 B
JSON
{
|
|
"name" : "oat-sa/generis-auth-ldap",
|
|
"description" : "Generis LDAP authentication",
|
|
"type" : "library",
|
|
"version" : "0.1",
|
|
"support": {
|
|
"forum": "http://forum.taotesting.com",
|
|
"issues": "http://forge.taotesting.com"
|
|
},
|
|
"keywords" : [
|
|
"tao",
|
|
"oat",
|
|
"computer-based-assessment"
|
|
],
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"oat\\authLdap\\" : ""
|
|
}
|
|
},
|
|
"homepage" : "http://www.taotesting.com",
|
|
"license" : [
|
|
"GPL-2.0"
|
|
],
|
|
"require" : {
|
|
"zendframework/zend-authentication":"2.*",
|
|
"zendframework/zend-ldap" : "2.*",
|
|
"ext-ldap" : "*"
|
|
},
|
|
"require-dev" : {
|
|
"phpunit/phpunit": "4.1.*",
|
|
"phpunit/php-code-coverage": "2.*"
|
|
},
|
|
"minimum-stability" : "dev"
|
|
}
|