Basic scheduler completed

This commit is contained in:
2022-03-16 12:01:55 +00:00
parent 5e67853951
commit c542721982
10 changed files with 737 additions and 0 deletions

View File

@@ -2,7 +2,13 @@
"name": "avsdev/sprinkle-scheduler",
"type": "userfrosting-sprinkle",
"description": "A sprinkle to add scheduled events.",
"require": {
"dragonmantank/cron-expression": "*"
},
"autoload": {
"files" : [
"defines.php"
],
"psr-4": {
"UserFrosting\\Sprinkle\\Scheduler\\": "src/"
}