-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
33 lines (33 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
33
{
"name": "liliuwei/thinkphp-social",
"description": "适用于thinkphp5.1和6.0的社会化登录扩展",
"keywords": ["第三方授权登录","QQ登录","微信登录","新浪登录","百度登录","谷歌登录","Google登录","Facebook登录","Gitee登录","Github登录","Oschina登录","淘宝登录","抖音登录","小米登录","钉钉登录","think-social","thinkphp-social","oauth", "thinkphp","thinkphp5.1","thinkphp6.0"],
"license": "Apache-2.0",
"type": "think-extend",
"require": {
"php": ">=5.6.0",
"topthink/think-installer": "^2.0",
"topthink/framework": "^5.1 || ^6.0"
},
"authors": [
{
"name": "liliuwei",
"email": "[email protected]"
}
],
"autoload" : {
"psr-4" : {
"liliuwei\\social\\" : "src/"
}
},
"extra": {
"think-config": {
"social": "src/config/config.php"
},
"think": {
"config": {
"social": "src/config/config.php"
}
}
}
}