mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
24 lines
672 B
JSON
24 lines
672 B
JSON
{
|
|
"manifests": {
|
|
"enqueue/async-event-dispatcher": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/enqueue_async_event_dispatcher.yaml": {
|
|
"contents": [
|
|
"enqueue:",
|
|
" default:",
|
|
" async_events: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "5a6f3bb8af169c434797b6ee623a5ea3dc64b86c"
|
|
}
|
|
}
|
|
}
|