-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.02 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
{
"name": "sundyandy/apidoc",
"description": "api文档管理",
"type": "project",
"keywords": ["api","thinkphp","doc"],
"license": "GPL-3.0",
"authors": [
{
"name": "liangshengfeng",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/sundyandy/apidoc/issues"
},
"require": {
"php": ">=5.3.0",
"topthink/framework": "5.0.9",
"topthink/think-image": "^1.0",
"topthink/think-migration": "^1.0",
"topthink/think-captcha": "^1.0",
"topthink/think-mongo": "^1.0",
"topthink/think-testing": "^1.0",
"topthink/think-worker": "^1.0",
"topthink/think-helper": "^1.0",
"topthink/think-queue": "^1.0",
"topthink/think-angular": "^1.0"
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable"
}