Files
hyperf-admin/src/alert-manager/composer.json

31 lines
664 B
JSON
Raw Normal View History

2020-06-16 22:33:55 +08:00
{
2020-06-28 11:01:53 +08:00
"name": "hyperf-admin/alert-manager",
2020-06-16 22:33:55 +08:00
"type": "library",
"license": "MIT",
"authors": [
{
"name": "daodao97",
"email": "daodao97@foxmail.com"
}
],
"require": {
2020-12-30 15:39:58 +08:00
"hyperf/async-queue": "~2.1.0",
"hyperf/process": "~2.1.0",
2020-06-28 11:01:53 +08:00
"hyperf-admin/rule-engine": "dev-master"
2020-06-16 22:33:55 +08:00
},
"autoload": {
"psr-4": {
"HyperfAdmin\\AlertManager\\": "./src"
2020-06-16 22:33:55 +08:00
},
"files": [
"./src/func.php"
]
},
"extra": {
"hyperf": {
"config": "HyperfAdmin\\AlertManager\\ConfigProvider"
2020-06-16 22:33:55 +08:00
}
},
"description": ""
}