This commit is contained in:
2026-06-28 17:31:59 +08:00
parent 94111ccba6
commit ad7a958662
7 changed files with 687 additions and 356 deletions
+6 -2
View File
@@ -13,7 +13,8 @@
"php": ">=8.5",
"ext-swoole": "*",
"ext-redis": "*",
"psr/log": "^1.0"
"psr/log": "^1.0",
"psr/event-dispatcher": "^1.0"
},
"suggest": {
"symfony/console": "如需集成 kiri-core 或使用命令行管理,建议安装 ^v8.0",
@@ -22,7 +23,10 @@
"autoload": {
"psr-4": {
"Kiri\\Crontab\\": "src/"
}
},
"files": [
"src/functions.php"
]
},
"bin": [
"bin/crontab"