generis-auth-ldap/composer.json

29 lines
688 B
JSON
Raw Normal View History

2014-07-14 16:45:33 +02:00
{
2014-07-14 16:54:20 +02:00
"name" : "oat-sa/generis-auth-ldap",
2014-07-14 16:45:33 +02:00
"description" : "Generis LDAP authentication",
"type" : "library",
2014-07-14 16:49:09 +02:00
"version" : "0.1",
2014-07-14 16:45:33 +02:00
"support": {
"forum": "http://forum.taotesting.com",
"issues": "http://forge.taotesting.com"
},
"keywords" : [
"tao",
"oat",
"computer-based-assessment"
],
"autoload" : {
"psr-4" : {
"oat\\authKeyValue\\" : ""
}
},
"homepage" : "http://www.taotesting.com",
"license" : [
"GPL-2.0"
],
"require" : {
"zendframework/zend-authentication":"2.*",
"zendframework/zend-ldap" : "2.*"
},
"minimum-stability" : "dev"
}