mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
23 lines
655 B
JSON
23 lines
655 B
JSON
{
|
|
"manifests": {
|
|
"enqueue/async-command": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/enqueue_async_command.yaml": {
|
|
"contents": [
|
|
"enqueue:",
|
|
" default:",
|
|
" async_commands: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "33ae5f9fb18cf9a966974c8cced466cc05eac799"
|
|
}
|
|
}
|
|
} |