-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (31 loc) · 1.05 KB
/
composer.json
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
{
"name": "yongtiger/yii2-authclient",
"description": "",
"type": "yii2-extension",
"keywords": ["yii2","extension","authclient","auth","oauth","authentication","social","google","facebook","github","live","linkedin","twitter","vKontakte","yandex","amazon","instagram","reddit","yahoo","qq","wechat","weixin","weibo","renren"],
"license": "MIT",
"support": {
"issues": "https://github.com/yongtiger/yii2-authclient/issues",
"forum": "http://www.yiiframework.com/forum/",
"source": "https://github.com/yongtiger/yii2-authclient"
},
"authors": [
{
"name": "Yong Tiger",
"email": "[email protected]",
"homepage": "http://www.branbook.cc/yongtiger"
}
],
"homepage" : "http://www.branbook.cc",
"require": {
"php": ">=5.5",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-authclient": "~2.1.0"
},
"autoload": {
"psr-4": {
"yongtiger\\authclient\\": "src"
}
}
}