forked from chregu/GoogleAuthenticator.php
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (30 loc) · 774 Bytes
/
composer.json
File metadata and controls
31 lines (30 loc) · 774 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
{
"name": "google/authenticator",
"description": "Library to integrate Google Authenticator into a PHP project",
"keywords": ["google authenticator"],
"homepage": "https://github.com/rande/GoogleAuthenticator.php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@gmail.com"
},
{
"name": "Christian Stocker",
"email": "me@chregu.tv"
},
{
"name": "Andre DeMarre",
"homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Exporter": "lib/"
}
}
}