-
Notifications
You must be signed in to change notification settings - Fork 42
/
composer.json
52 lines (52 loc) · 1001 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "w7/document-api",
"type": "project",
"description": "基于软擎框架的开源文档系统",
"license": "Apache-2.0",
"keywords": [
"we7",
"swoole",
"rangine"
],
"homepage": "https://www.rangine.com/",
"authors": [
{
"name": "we7team",
"email": "donknap@gmail.com"
}
],
"autoload": {
"psr-4": {
"W7\\App\\": "app/",
"W7\\Tests\\" : "tests/"
},
"files": [
"config/define.php",
"app/Helper/Functions.php"
],
"classmap": [
"database/seeds",
"database/migrations"
]
},
"require": {
"w7/rangine": "2.4.19",
"w7/rangine-crontab": "^1.1.0",
"ext-json": "*",
"gregwar/captcha": "^1.1",
"qcloud/cos-sdk-v5": "^1.3",
"overtrue/socialite": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "*",
"friendsofphp/php-cs-fixer": "^2.15",
"w7/rangine-debugger": "^1.1.0"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}