From 0155aed186322f7d83eb39f6b4ab9146aae13359 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Thu, 5 Apr 2018 17:06:34 +0100 Subject: [PATCH] Add symbiote/silverstripe-queuedjobs to composer.suggests --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 34ceaa7..385e834 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ }, "extra": [], "suggest": { + "symbiote/silverstripe-queuedjobs": "Add background execution of indexing tasks", "silverstripe/fulltextsearch-localsolr": "Adds a ready-to-use local Solr server for initial development" }, "minimum-stability": "dev",