forked from showapps/task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 962 Bytes
/
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
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "5.1.39",
"gregwar/captcha": "v1.1.7",
"ihexiang/requests": "v1.0.1",
"nesbot/carbon": "2.26.0",
"yansongda/pay": "v2.8.4",
"phpoffice/phpexcel": "1.8.2",
"endroid/qr-code": "v3.6.0",
"alibabacloud/client": "1.5.18",
"vlucas/phpdotenv": "v3.6.0"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}