1
0
mirror of https://github.com/flarum/core.git synced 2025-08-22 16:14:00 +02:00

Queue support (#1773)

Implementation of clean queue handling, by default sync is used
This commit is contained in:
Daniël Klabbers
2019-08-19 21:44:06 +02:00
committed by GitHub
parent bccd493967
commit c5f5d47d31
6 changed files with 297 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
"illuminate/filesystem": "5.7.*",
"illuminate/hashing": "5.7.*",
"illuminate/mail": "5.7.*",
"illuminate/notifications": "5.7.*",
"illuminate/queue": "5.7.*",
"illuminate/session": "5.7.*",
"illuminate/support": "5.7.*",
"illuminate/validation": "5.7.*",