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