1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"name": "craftblue/google-authenticator-redux",
"description": "A modern take on a PHP implementation of Google Authenticator 2-Factor Authentication focusing on best practices in security.",
"type": "library",
"keywords": ["google", "authenticator", "google-authenticator", "auth", "authentication", "2fa", "two-factor-auth", "security"],
"license": "BSD-4-Clause",
"version":"1.0.0",
"authors": [{
"name": "Michael Kliewe"
},
{
"name": "Corey Ballou"
}
],
"require": {
"christian-riesen/base32": "1.3.*",
"ircmaxell/random-lib": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-4": {
"CraftBlue\\": "src/CraftBlue/"
}
}
}
|