mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 03:35:07 +08:00
32 lines
716 B
JSON
32 lines
716 B
JSON
{
|
|
"name": "hyperf-admin/cron-center",
|
|
"description": "hyperf crontab manager",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "daodao97",
|
|
"email": "daodao97@foxmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"hyperf/crontab": "~2.2.0",
|
|
"hyperf/process": "~2.2.0",
|
|
"hyperf/command": "~2.2.0",
|
|
"hyperf/event": "~2.2.0",
|
|
"hyperf-admin/base-utils": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HyperfAdmin\\CronCenter\\": "./src"
|
|
},
|
|
"files": [
|
|
]
|
|
},
|
|
"extra": {
|
|
"hyperf": {
|
|
"config": "HyperfAdmin\\CronCenter\\ConfigProvider"
|
|
}
|
|
}
|
|
}
|