Files
symfony-flex-recipes-contrib/wisembly.amqp-bundle.1.4.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

42 lines
1.9 KiB
JSON

{
"locks": {
"wisembly/amqp-bundle": {
"version": "1.4",
"recipe": {
"repo": "1.4",
"branch": "master",
"version": "1.4",
"ref": "b77e4eb1593eea044c571c5742d1ac6bb707d904"
}
}
},
"manifests": {
"wisembly/amqp-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "wisembly/amqp-bundle",
"version": "1.4",
"manifest": {
"bundles": {
"Wisembly\\AmqpBundle\\WisemblyAmqpBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"AMQP_URL": "amqp://guest:guest@localhost:5672"
}
},
"files": {
"config/packages/wisembly_amqp.yaml": {
"contents": "wisembly_amqp:\n console_path: '%kernel.project_dir%/bin/console'\n broker: 'Wisembly\\AmqpBundle\\Broker\\PhpAmqpLibBroker'\n connections:\n default: '%env(AMQP_URL)%'\n gates:\n # here you should declare all your \"gates\", which are the cornerstone\n # of this amqp bundle.\n #\n # For each gates declares which queue and which exchange it should\n # communicate with, if these should be auto_declared, which connection\n # it should use, ... and so on.\n acme:\n auto_declare: true\n queue: acme_queue\n exchange: acme_exchange\n",
"executable": false,
"encoding": ""
}
},
"origin": "wisembly/amqp-bundle:1.4@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}