forked from hybridauth/hybridauth
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 811 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 811 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
{
"name": "hybridauth/hybridauth",
"description": "Open source social sign on PHP library.",
"keywords": ["hybridauth", "login", "oauth", "social", "openid", "facebook", "google", "twitter", "yahoo"],
"homepage": "http://hybridauth.sourceforge.net",
"type": "library",
"license": "(MIT or GPL-3.0+)",
"authors": [
{
"name": "Miled",
"email": "hybridauth@gmail.com"
}
],
"support": {
"email": "hybridauth@gmail.com",
"forum": "https://groups.google.com/d/forum/hybridauth",
"issues": "https://github.com/hybridauth/hybridauth/issues"
},
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-0": {
"Hybrid": "hybridauth/"
}
}
}