We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae01a78 + 98224e4 commit 6b1a350Copy full SHA for 6b1a350
messenger.rst
@@ -202,12 +202,12 @@ This will also configure the following services for you:
202
203
.. note::
204
205
- In order to use Symfony's built-in AMQP transport, you will need the Serializer
206
- Component. Ensure that it is installed with:
+ In order to use Symfony's built-in AMQP transport, you will need the AMQP
+ PHP extension and the Serializer Component. Ensure that they are installed with:
207
208
.. code-block:: terminal
209
210
- $ composer require symfony/serializer-pack
+ $ composer require symfony/amqp-pack
211
212
Routing
213
-------
0 commit comments