mirror of
https://devops.lemonos.cn/lawson/FendxPHP.git
synced 2026-06-15 23:12:49 +08:00
25 lines
518 B
JSON
25 lines
518 B
JSON
|
|
{
|
||
|
|
"name": "fendx/job",
|
||
|
|
"description": "FendxPHP Job Module - 定时任务、队列处理",
|
||
|
|
"type": "library",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Lawson",
|
||
|
|
"email": "lawson@fendx.cn"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"fendx/common": "^1.0",
|
||
|
|
"fendx/core": "^1.0"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Fendx\\Job\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"prefer-stable": true
|
||
|
|
}
|