Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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