-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 754 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 754 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
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "clyhs",
"email": "clygd@126.com"
}
],
"require": {
"php": ">=5.4.0",
"topthink/framework": "~5.0.0",
"zoujingli/ip2region": "^1.0",
"qiniu/php-sdk": "^7.0",
"aliyuncs/oss-sdk-php": "^2.2",
"topthink/think-image": "^1.0",
"jaeger/querylist": "^3.2"
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}