mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 20:53:44 +00:00
c94fcd83d8
* Added a bunch basic of unittests for the RNG's * QRicketProvider and QRServerProvider now throw on invalid MIME-types * TwoFactorAuth now first tries to use CSRNGProvider before any of the other RNG providers
29 lines
798 B
JSON
29 lines
798 B
JSON
{
|
|
"name": "robthree/twofactorauth",
|
|
"description": "Two Factor Authentication",
|
|
"version": "1.4",
|
|
"type": "library",
|
|
"keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ],
|
|
"homepage": "https://github.com/RobThree/TwoFactorAuth",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rob Janssen",
|
|
"homepage": "http://robiii.me",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/RobThree/TwoFactorAuth/issues",
|
|
"source": "https://github.com/RobThree/TwoFactorAuth"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
}
|
|
}
|