-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathcomposer.json
57 lines (57 loc) · 1.38 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
{
"name": "0377/yfcmf-tp6",
"description": "YFCMF新版本,基于thinkphp6.0和fastadmin",
"type": "project",
"keywords": [
"thinkphp6",
"thinkphp",
"fastadmin",
"fastadmin-tp6",
"yfcmf",
"yfcmf-tp6"
],
"homepage": "https://www.iuok.cn",
"license": "Apache-2.0",
"authors": [
{
"name": "ice",
"email": "ice@sbing.vip"
}
],
"require": {
"php": ">=7.2.0",
"topthink/framework": "^6.0",
"topthink/think-orm": "^2.0",
"topthink/think-view": "^1.0",
"topthink/think-captcha": "^3.0",
"overtrue/pinyin": "^4.0",
"dragonmantank/cron-expression": "^2.3",
"topthink/think-multi-app": "^1.0",
"overtrue/wechat": "~4.2",
"endroid/qr-code": "^1.9",
"phpmailer/phpmailer": "~6.1",
"phpoffice/phpspreadsheet": "^1.13",
"nelexa/zip": "^3.3"
},
"require-dev": {
"symfony/var-dumper": "^4.2"
},
"autoload": {
"psr-4": {
"app\\": "app",
"addons\\": "addons"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}