全栈小学生 d9c2abcc3c vendor
2023-05-31 11:25:43 +08:00

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