-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.26 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"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.8.4",
"license": "Apache-2.0",
"authors": [
{
"name": "star7th",
"email": "xing7th@gmail.com",
"homepage": "http://blog.star7th.com/",
"role": "Developer"
}
],
"require": {
"php": ">=7.4",
"slim/slim": "^4.0",
"slim/psr7": "^1.6",
"php-di/php-di": "^6.4",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0",
"league/oauth2-client": "^2.6",
"jasig/phpcas": "^1.3",
"gregwar/captcha": "1.*",
"async-aws/s3": "^1.10",
"greenlion/php-sql-parser": "^4.5",
"qcloud/cos-sdk-v5": "1.*",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
"App\\": "server/app/"
}
},
"config": {
"vendor-dir": "./server/vendor",
"audit": {
"block-insecure": false
}
},
"require-dev": {
"phpunit/phpunit": "^9"
}
}