-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
62 lines (62 loc) · 1.78 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "ThinkApiAdmin",
"description": "ThinkApiAdmin wechat&api Admin",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ThinkApiAdmin",
"wechat",
"RBAC",
"ORM",
"Api"
],
"homepage": "http://demo.zwt520.com/",
"license": "MIT",
"authors": [
{
"name": "nh侬佪",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"qiniu/php-sdk": "^7.0",
"zoujingli/wechat-php-sdk": "dev-master",
"zoujingli/ip2region": "^1.0",
"topthink/framework": "5.0.*",
"topthink/think-captcha": "^1.0",
"topthink/think-mongo": "^1.1",
"topthink/think-queue": "^1.0",
"endroid/qr-code": "^1.9",
"aliyuncs/oss-sdk-php": "^2.2",
"flc/dysms": "^1.0",
"zoujingli/pay-php-sdk": "^1.0",
"yuan1994/tp-mailer": "^0.2.4",
"topthink/think-worker": "^1.0",
"topthink/think-image": "^1.0",
"topthink/think-testing": "1.0.*",
"monolog/monolog": "^1.23",
"phpoffice/phpspreadsheet": "^1.2",
"hanson/face": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"jenssegers/date": "^3.4",
"chumper/zipper": "^1.0",
"anchu/ftp": "^2.0",
"ramsey/uuid": "^3.7",
"fzaninotto/faker": "^1.8",
"jaeger/querylist": "^4.0",
"jaeger/querylist-phantomjs": "^4.0",
"jaeger/curlmulti": "^1.0",
"jaeger/querylist-rule-baidu": "^4.0",
"jaeger/querylist-absolute-url": "^4.0",
"liesauer/ql-plugin-simpleform": "^4.0",
"mountainguan/ql-plugin-disguise": "^4.0"
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}