1
0
mirror of https://github.com/flarum/core.git synced 2025-09-03 13:12:50 +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 Daniël Klabbers
parent 17dfb58590
commit 7f9588af62
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.*",