diff --git a/composer.json b/composer.json index fa2db36..410e2e3 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ }, "suggest": { "cakephp/bake": "Required if you want to generate jobs.", - "cakephp/migrations": "Needed for running the migrations necessary for using Failed Jobs." + "cakephp/migrations": "Needed for running the migrations necessary for using Failed Jobs.", + "cakedc/cakephp-enqueue": "Required if you want store jobs in database." }, "autoload": { "psr-4": {