File: /home/barbeatleanalyti/www/public_html/webmail/vendor/afterlogic/googleauthenticator/composer.json
{
"name": "afterlogic/googleauthenticator",
"description": "Google Authenticator 2-factor authentication",
"version": "1.0.2",
"type": "library",
"keywords": ["GoogleAuthenticator", "TOTP", "rfc6238"],
"license": "BSD-4-Clause",
"authors": [
{
"name": "Michael Kliewe",
"email": "info@phpgangsta.de",
"homepage": "http://www.phpgangsta.de/",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/PHPGangsta/GoogleAuthenticator",
"issues": "https://github.com/PHPGangsta/GoogleAuthenticator/issues"
},
"require": {
"php": ">=5.3"
},
"autoload": {
"classmap": ["PHPGangsta/GoogleAuthenticator.php"]
}
}