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:
committed by
Daniël Klabbers
parent
17dfb58590
commit
7f9588af62
@@ -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.*",
|
||||
|
Reference in New Issue
Block a user