| 
{"keywords": [
 "User Authentication"
 ],
 "autoload" : {
 "files" : [
 "src/config/NamedConstant.php",
 "lib/Multiotp/multiotp.class.php"
 ],
 "psr-4" : {
 "cymapgt\\Exception\\" : "src/Exception",
 "cymapgt\\core\\application\\authentication\\UserCredential\\" : "src"
 }
 },
 "autoload-dev" : {
 "psr-4" : {
 "cymapgt\\core\\application\\authentication\\UserCredential\\tests\\" : "tests"
 }
 },
 "name" : "cymapgt/usercredential",
 "type" : "library",
 "description" : "Package for Password authentication policy management",
 "license" : "BSD-3-clause",
 "require" : {
 "php" : ">=7.3.0",
 "cymapgt/phpass" : "^8.0.0",
 "freedsx/ldap" : "*"
 },
 "require-dev" : {
 "phpunit/phpunit" : "9.*",
 "geerlingguy/ping" : "*"
 },
 "support" : {
 "email" : "[email protected]",
 "source" : "https://github.com/cymapgt/UserCredential"
 },
 "authors" : [{
 "name" : "Cyril Ogana",
 "email" : "[email protected]",
 "homepage" : "http://www.cymapk.com",
 "role" : "Maintainer"
 }],
 "homepage" : "https://github.com/cymapgt/UserCredential"
 }
 
 |