Files
hyperf-admin/src/alert-manager/composer.json
2020-12-30 15:39:58 +08:00

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": ""
}