mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 04:55:06 +08:00
31 lines
664 B
JSON
31 lines
664 B
JSON
{
|
|
"name": "hyperf-admin/alert-manager",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "daodao97",
|
|
"email": "daodao97@foxmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"hyperf/async-queue": "~2.1.0",
|
|
"hyperf/process": "~2.1.0",
|
|
"hyperf-admin/rule-engine": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HyperfAdmin\\AlertManager\\": "./src"
|
|
},
|
|
"files": [
|
|
"./src/func.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"hyperf": {
|
|
"config": "HyperfAdmin\\AlertManager\\ConfigProvider"
|
|
}
|
|
},
|
|
"description": ""
|
|
}
|