8000
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.
1 parent 5974d2e commit 2e52edfCopy full SHA for 2e52edf
UPGRADE-6.0.md
@@ -19,6 +19,13 @@ HttpFoundation
19
`RedirectResponse::create()`, and `StreamedResponse::create()` methods (use
20
`__construct()` instead)
21
22
+Messenger
23
+---------
24
+
25
+ * Removed AmqpExt transport. Run `composer require symfony/messenger-amqp` to keep the transport in your application..
26
+ * Removed Doctrine transport. Run `composer require symfony/messenger-doctrine` to keep the transport in your application..
27
+ * Removed RedisExt transport. Run `composer require symfony/messenger-redis` to keep the transport in your application..
28
29
Routing
30
-------
31
0 commit comments