-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
69 lines (69 loc) · 1.75 KB
/
composer.json
File metadata and controls
69 lines (69 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "wolfcode/easyadmin8",
"type": "project",
"url": "https://github.com/EasyAdmin8/EasyAdmin8-webman",
"description": "基于webman和Layui的快速开发的后台管理系统。",
"keywords": [
"webman",
"easyadmin",
"admin"
],
"homepage": "https://easyadmin8.top/",
"license": "MIT",
"authors": [
{
"name": "wolfcode"
}
],
"require": {
"php": ">=8.1.0",
"workerman/webman-framework": "^2.1",
"monolog/monolog": "^2.0",
"illuminate/pagination": "^11.0 || ^9.52",
"illuminate/events": "^11.0 || ^9.52",
"illuminate/view": "^11.0 || ^9.52",
"illuminate/filesystem": "^11.0 || ^9.52",
"symfony/var-dumper": "^7.0 || ^6.4",
"symfony/finder": "^7.0 || ^6.4",
"vlucas/phpdotenv": "^5.5",
"psr/container": "^2.0",
"workerman/validation": "^3.0",
"doctrine/annotations": "^2.0",
"phpoffice/phpspreadsheet": "^1.29",
"webman/database": "^2.1",
"webman/console": "^2.1",
"webman/blade": "^1.5",
"webman/captcha": "^1.0",
"webman/cache": "^2.1",
"webman/log": "^2.1",
"webman/domain": "^2.1",
"aliyuncs/oss-sdk-php": "^2.6",
"qcloud/cos-sdk-v5": "^2.6",
"wolf-leo/phplogviewer": "^0.11.3",
"wolfcode/authenticator": "^0.0.6",
"wolfcode/qiniu-php-sdk": "^8.0",
"ext-pdo": "*"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"App\\": "./app",
"app\\View\\Components\\": "./app/view/components"
}
},
"scripts": {
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}