test_lgq/niucloud/vendor/yunwuxin/think-cron/composer.json

43 lines
939 B
JSON
Raw Permalink Normal View History

2024-01-24 17:36:08 +08:00
{
"name": "yunwuxin/think-cron",
"description": "计划任务",
"license": "Apache-2.0",
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"topthink/framework": "^6.0",
"symfony/process": "^4.4|^5.0",
"nesbot/carbon": "^2.28",
"dragonmantank/cron-expression": "^3.0"
},
"autoload": {
"psr-4": {
"yunwuxin\\cron\\": "src/cron"
}
},
"extra": {
"think": {
"config": {
"cron": "src/config.php"
},
"services": [
"yunwuxin\\cron\\Service"
]
}
},
"require-dev": {
"topthink/think-swoole": "^4.0"
},
"config": {
"preferred-install": "dist",
"platform-check": false,
"platform": {
"ext-swoole": "4.6.0"
}
}
}