forked from sonata-project/GoogleAuthenticator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (35 loc) · 979 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (35 loc) · 979 Bytes
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
28
29
30
31
32
33
34
35
36
{
"name": "sonata-project/google-authenticator",
"description": "Library to integrate Google Authenticator into a PHP project",
"keywords": ["google authenticator"],
"homepage": "https://github.com/sonata-project/GoogleAuthenticator",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]"
},
{
"name": "Christian Stocker",
"email": "[email protected]"
},
{
"name": "Andre DeMarre",
"homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0",
"fabpot/php-cs-fixer": "~1.9"
},
"autoload": {
"psr-4": {
"Google\\Authenticator\\": "lib/",
"Google\\Authenticator\\Tests\\": "tests/"
}
}
}