mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
24 lines
656 B
JSON
24 lines
656 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"
|
|
}
|
|
}
|
|
}
|