Skip to content

Commit 6b1a350

Browse files
committed
Merge branch '4.2'
* 4.2: Detailed AMQP dependency
2 parents ae01a78 + 98224e4 commit 6b1a350

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)