1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 19:40:02 +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 689d767f82
commit a045f8bef9
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.*",