blob: 50f8b863048e6fdadc8ac97aea3d0cf4cbb9d9a4 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001{
2 "name": "robthree/twofactorauth",
3 "description": "Two Factor Authentication",
4 "version": "1.7.0",
5 "type": "library",
6 "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ],
7 "homepage": "https://github.com/RobThree/TwoFactorAuth",
8 "license": "MIT",
9 "authors": [
10 {
11 "name": "Rob Janssen",
12 "homepage": "http://robiii.me",
13 "role": "Developer"
14 }
15 ],
16 "support": {
17 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
18 "source": "https://github.com/RobThree/TwoFactorAuth"
19 },
20 "require": {
21 "php": ">=5.6.0"
22 },
23 "require-dev": {
24 "phpunit/phpunit": "@stable"
25 },
26 "autoload": {
27 "psr-4": {
28 "RobThree\\Auth\\": "lib"
29 }
30 },
31 "autoload-dev": {
32 "psr-4": {
33 "RobThree\\Auth\\Test\\": "tests"
34 }
35 }
36}