Files
symfony-flex-recipes-contrib/enqueue.async-event-dispatcher.0.7.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

35 lines
1.3 KiB
JSON

{
"locks": {
"enqueue/async-event-dispatcher": {
"version": "0.7",
"recipe": {
"repo": "0.7",
"branch": "master",
"version": "0.7",
"ref": "9e937ccb79e08b978f91fb816d4e6d645813113a"
}
}
},
"manifests": {
"enqueue/async-event-dispatcher": {
"repository": "github.com/symfony/recipes-contrib",
"package": "enqueue/async-event-dispatcher",
"version": "0.7",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/enqueue_async_event_dispatcher.yaml": {
"contents": "enqueue:\n async_events:\n enabled: true\n # if you'd like to send send messages onTerminate use spool_producer (it makes response time even lesser):\n # spool_producer: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "enqueue/async-event-dispatcher:0.7@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}