-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
38 lines (38 loc) · 1 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
{
"name": "saithink/saiadmin",
"description": "webman plugin",
"type": "library",
"license": "MIT",
"require": {
"php": "^8.0",
"webman/think-orm": "^1.1",
"webman/captcha": "^1.0",
"webman/push": "^1.0",
"webman/event": "^1.0",
"workerman/crontab": "^1.0",
"illuminate/redis": ">=8.0",
"illuminate/events": ">=8.0",
"zoujingli/ip2region": "^2.0",
"tinywan/jwt": "^1.10",
"guzzlehttp/guzzle": "^7.8",
"saithink/think-validate": "^2.0",
"tinywan/storage": "^1.0",
"ramsey/uuid": "^4.0",
"openspout/openspout": "^4.0",
"symfony/cache": ">=6.0",
"psr/simple-cache": "^1.0",
"phpmailer/phpmailer": "^6.9",
"godruoyi/php-snowflake": ">=2.0"
},
"autoload": {
"psr-4": {
"Webman\\saiadmin\\": "src/"
}
},
"authors": [
{
"name": "saithink",
"email": "1430792918@qq.com"
}
]
}