mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-07 05:28:10 +00:00
25 lines
515 B
JSON
25 lines
515 B
JSON
{
|
|
"name": "yzh52521/schedule",
|
|
"description": "task schedule,schedule,thinkphp schedule,任务调度",
|
|
"keywords": [
|
|
"schedule",
|
|
"task schedule",
|
|
"thinkphp",
|
|
"thinkphp6",
|
|
"thinkphp5.1",
|
|
"think-schedule"
|
|
],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"nesbot/carbon": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"schedule\\": "src/"
|
|
}
|
|
}
|
|
}
|