42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
{
|
||
|
"name" : "org_heigl/authldap",
|
||
|
"type" : "library",
|
||
|
"description": "Enables wordpress-authentication via LDAP",
|
||
|
"keywords": ["ldap","authenticate", "auth", "wordpress"],
|
||
|
"homepage": "http://github.com/heiglandreas/authLdap",
|
||
|
"license": "MIT",
|
||
|
"authors": [{
|
||
|
"name": "Andreas Heigl",
|
||
|
"email": "andreas@heigl.org",
|
||
|
"homepage": "http://andreas.heigl.org",
|
||
|
"role": "Developer"
|
||
|
}],
|
||
|
"require" : {
|
||
|
"php": ">=7.2",
|
||
|
"phing/phing": "^2.16"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^8.0||^9.0",
|
||
|
"codeclimate/php-test-reporter": "0.1.*",
|
||
|
"squizlabs/php_codesniffer": "^3.0",
|
||
|
"pear/versioncontrol_svn": "^0.5.2",
|
||
|
"pear/pear": "dev-master",
|
||
|
"php-mock/php-mock": "^2.2",
|
||
|
"php-mock/php-mock-phpunit": "^2.6"
|
||
|
},
|
||
|
"autoload" : {
|
||
|
"classmap" : [
|
||
|
"ldap.php",
|
||
|
"authLdap.php"
|
||
|
],
|
||
|
"psr-4" : {
|
||
|
"Org_Heigl\\AuthLdap\\" : "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev" : {
|
||
|
"psr-4" : {
|
||
|
"Org_Heigl\\AuthLdapTest\\" : "tests/"
|
||
|
}
|
||
|
}
|
||
|
}
|