-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Messenger] Transports in separate packages #13006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Messenger] Transports in separate packages #13006
Conversation
@@ -730,6 +730,14 @@ options. | ||
AMQP Transport | ||
~~~~~~~~~~~~~~ | ||
|
||
.. versionadded:: 5.1 | ||
|
||
The AMQP transport has moved to a separate package. Install it by running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this ... but I'd be more explicit in the message. The current proposal will only display 5.1
(because of the versionadded
directive) and the message ... so we could reword it like this to be more clear about when this change will happen:
.. versionadded:: 5.1
Starting from Symfony 5.1, the AMQP transport has moved to a separate package.
Install it by running:
78a7dae
to
6a54402
Compare
Thanks Tobias! |
|
||
The AMQP transport has moved to a separate package. Install it by running | ||
|
||
.. code-block:: terminal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a note that transports will be in separate packages from 5.1.
Im not sure this is the best way to present it. Soon, new transports will be added. They should also start with a:
Anyhow, this is good for these 3, that is why I submitting the PR and hope for feedback.
This will fix #12998