forked from star7th/showdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 910 Bytes
/
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
{
"name": "showdoc/showdoc",
"type": "project",
"description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
"keywords": [
"showdoc",
"documents",
"Api"
],
"homepage": "https://github.com/star7th/showdoc",
"version": "v3.2.6",
"license": "Apache-2.0",
"authors": [
{
"name": "star7th",
"email": "[email protected]",
"homepage": "http://blog.star7th.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"qcloud/cos-sdk-v5": "1.*",
"league/oauth2-client": "^2.6",
"jasig/phpcas": "^1.3",
"gregwar/captcha": "1.*",
"async-aws/s3": "^1.10",
"psr/container": "1.1.1",
"greenlion/php-sql-parser": "^4.5"
},
"config": {
"vendor-dir": "./server/vendor"
}
}