Skip to content

Commit 5361fee

Browse files
authored
Detailed AMQP dependency
Installing the Serializer bundle is not sufficient, you must also have the AMQP PHP extension. Both the Serializer bundle and the AMQP PHP extension are required by the `amqp-pack`.
1 parent e76791f commit 5361fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ This will also configure the following services for you:
202202

203203
.. note::
204204

205-
In order to use Symfony's built-in AMQP transport, you will need the Serializer
206-
Component. Ensure that it is installed with:
205+
In order to use Symfony's built-in AMQP transport, you will need the AMQP
206+
PHP extension and the Serializer Component. Ensure that they are installed with:
207207

208208
.. code-block:: terminal
209209
210-
$ composer require symfony/serializer-pack
210+
$ composer require symfony/amqp-pack
211211
212212
Routing
213213
-------

0 commit comments

Comments
 (0)