-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 817 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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": "twelvet/twelvet",
"description": "TwelveT极速后台开发系统",
"homepage": "https://github.com/twelvet-s/twelvet-php",
"keywords": ["twelvet"],
"license": "Apache-2.0",
"type": "project",
"authors": [{
"name": "TwelveT",
"email": "2471835953@qq.com",
"homepage": "https://www.twelvet.cn"
}],
"require": {
"php": ">=7.3",
"topthink/framework": "5.1.*",
"topthink/think-captcha": "2.0.*",
"overtrue/pinyin": "~4.0",
"twelvet/think-addons": "dev-master",
"twelvet/utils": "dev-master"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"config": {
"preferred-install": "dist"
},
"extra": {
"think-path": "thinkphp"
}
}