19 lines
460 B
JSON
19 lines
460 B
JSON
{
|
|
"name": "avsdev/sprinkle-scheduler",
|
|
"type": "userfrosting-sprinkle",
|
|
"description": "A sprinkle to add scheduled events.",
|
|
"require": {
|
|
"dragonmantank/cron-expression": "*",
|
|
"lorisleiva/cron-translator": "^0.3.2",
|
|
"twig/intl-extra": "^3.6"
|
|
},
|
|
"autoload": {
|
|
"files" : [
|
|
"defines.php"
|
|
],
|
|
"psr-4": {
|
|
"UserFrosting\\Sprinkle\\Scheduler\\": "src/"
|
|
}
|
|
}
|
|
}
|