forked from zoujingli/ThinkAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 778 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 778 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
33
34
35
36
37
38
{
"type": "project",
"name": "zoujingli/thinkadmin",
"description": "ThinkAdmin Developer CMF",
"homepage": "http://demo.thinkadmin.top",
"keywords": [
"thinkphp",
"thinkadmin"
],
"license": "MIT",
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"require": {
"php": ">=5.6.0",
"qiniu/php-sdk": "^7.2",
"endroid/qr-code": "^1.9",
"topthink/framework": "5.1.*",
"aliyuncs/oss-sdk-php": "^2.2",
"topthink/think-captcha": "^2.0",
"zoujingli/ip2region": "dev-master",
"zoujingli/weopen-developer": "dev-master"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}