feature: plugin cronjobs (#215)

This commit is contained in:
Slawomir Boczek
2023-08-31 08:33:32 +02:00
committed by GitHub
parent 8a3986932d
commit 5f10773189
4 changed files with 72 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
"erusev/parsedown": "^1.7",
"nikic/fast-route": "^1.3",
"matomo/device-detector": "^6.0",
"illuminate/database": "^10.18"
"illuminate/database": "^10.18",
"peppeocchi/php-cron-scheduler": "4.*"
},
"require-dev": {
"filp/whoops": "^2.15"