初始上传
This commit is contained in:
42
vendor/yunwuxin/think-cron/composer.json
vendored
Executable file
42
vendor/yunwuxin/think-cron/composer.json
vendored
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "yunwuxin/think-cron",
|
||||
"description": "计划任务",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "yunwuxin",
|
||||
"email": "448901948@qq.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"topthink/framework": "^6.0 || ^8.0",
|
||||
"symfony/process": ">=4.2",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user