We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b397b commit 0823a19Copy full SHA for 0823a19
composer.json
@@ -34,7 +34,8 @@
34
},
35
"suggest": {
36
"cakephp/bake": "Required if you want to generate jobs.",
37
- "cakephp/migrations": "Needed for running the migrations necessary for using Failed Jobs."
+ "cakephp/migrations": "Needed for running the migrations necessary for using Failed Jobs.",
38
+ "cakedc/cakephp-enqueue": "Required if you want store jobs in database."
39
40
"autoload": {
41
"psr-4": {
0 commit comments