Files
symfony-flex-recipes/symfony.messenger.4.1.json
T
github-action botandgithub-action bot f679895056 Update Flex endpoint
2021-09-20 16:14:14 +00:00

44 lines
2.4 KiB
JSON

{
"locks": {
"symfony/messenger": {
"version": "4.1",
"recipe": {
"repo": "4.1",
"branch": "master",
"version": "4.1",
"ref": "fb924c94bcbf351a987da8a8125133e72e059472"
}
}
},
"manifests": {
"symfony/messenger": {
"repository": "github.com/symfony/recipes",
"package": "symfony/messenger",
"version": "4.1",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages"
},
"aliases": [
"messenger"
],
"conflict": {
"symfony/framework-bundle": "<4.1"
},
"post-install-output": " * You're ready to use the Messenger component. You can define your own message buses\n or start using the default one right now by injecting the <info>messenger.bus.default</info> service\n or typehinting <info>Symfony\\Component\\Messenger\\MessageBusInterface</info> in your code.\n\n * If you need to send messages to your broker, you can benefit from the built-in\n AMQP transport by:\n\n 1. Installing the AMQP pack by running <info>composer require amqp</>;\n 2. Uncommenting the <comment>MESSENGER_TRANSPORT_DSN</> env var\n and <comment>framework.messenger.transports.amqp</> config;\n 3. Routing your messages to the amqp sender.\n\n * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/messenger.html</>\n"
},
"files": {
"config/packages/messenger.yaml": {
"contents": "framework:\n messenger:\n transports:\n # Uncomment the following line to enable a transport named \"amqp\"\n # amqp: '%env(MESSENGER_TRANSPORT_DSN)%'\n\n routing:\n # Route your messages to the transports\n # 'App\\Message\\YourMessage': amqp\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/messenger:4.1@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}