From e0988a5d09e5178d33a03dbd917ac86bf090e128 Mon Sep 17 00:00:00 2001 From: Samuel ROZE Date: Thu, 10 May 2018 08:13:38 +0100 Subject: [PATCH] Installing --- symfony/messenger/4.1/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/messenger/4.1/post-install.txt b/symfony/messenger/4.1/post-install.txt index b96129c5..7bc68330 100644 --- a/symfony/messenger/4.1/post-install.txt +++ b/symfony/messenger/4.1/post-install.txt @@ -9,7 +9,7 @@ * If you need to send messages to your broker, you can benefit from the built-in amqp transport by: - 1. Install the AMQP pack by running composer require amqp + 1. Installing the AMQP pack by running composer require amqp 2. Uncommenting the MESSENGER_ADAPTER_DSN env var and `framework.messanger.transports.amqp` config 3. Routing your messages to the amqp sender.