-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.json
62 lines (62 loc) · 1.35 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "hsk99/transfer-statistics",
"type": "project",
"keywords": [
"TransferStatistics"
],
"homepage": "http://hsk99.com.cn",
"license": "MIT",
"description": "TransferStatistics",
"authors": [
{
"name": "hsk99",
"email": "hsk@hsk99.com.cn",
"homepage": "http://hsk99.com.cn",
"role": "Developer"
}
],
"support": {
"email": "hsk@hsk99.com.cn",
"issues": "https://github.com/hsk99/webman-admin/issues",
"wiki": "https://github.com/hsk99/webman-admin",
"source": "https://github.com/hsk99/webman-admin"
},
"require": {
"php": ">=7.2",
"workerman/webman-framework": "1.3.21",
"monolog/monolog": "^2.0",
"webman/console": "^1.0",
"webman/auto-route": "^1.0",
"webman/cors": "^1.0",
"webman/think-orm": "^1.0",
"workerman/crontab": "^1.0",
"illuminate/redis": "^8.83",
"illuminate/events": "^8.83",
"symfony/cache": "^5.4",
"topthink/think-template": "^2.0",
"topthink/think-validate": "^2.0",
"tinywan/jwt": "^1.2",
"hsk99/webman-exception": "^1.0",
"elasticsearch/elasticsearch": "^7.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"App\\": "./app"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}