generis-auth-ldap/composer.json

35 lines
819 B
JSON
Raw Permalink 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" : {
2014-07-16 17:02:24 +02:00
"oat\\authLdap\\" : ""
2014-07-14 16:45:33 +02:00
}
},
"homepage" : "http://www.taotesting.com",
"license" : [
"GPL-2.0"
],
"require" : {
"zendframework/zend-authentication":"2.*",
2015-02-04 15:00:40 +01:00
"zendframework/zend-ldap" : "2.*",
"ext-ldap" : "*"
2014-07-14 16:45:33 +02:00
},
2014-07-17 15:59:36 +02:00
"require-dev" : {
"phpunit/phpunit": "4.1.*",
"phpunit/php-code-coverage": "2.*"
},
2014-07-14 16:45:33 +02:00
"minimum-stability" : "dev"
2014-07-16 17:02:24 +02:00
}