Skip to content

Commit 98224e4

Browse files
committed
minor #11246 Detailed AMQP dependency (chdeliens)
This PR was merged into the 4.2 branch. Discussion ---------- 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`. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 5361fee Detailed AMQP dependency
2 parents e76791f + 5361fee commit 98224e4

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)