Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e52edf

Browse files
committed
Adding upgrade docs
1 parent 5974d2e commit 2e52edf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADE-6.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ HttpFoundation
1919
`RedirectResponse::create()`, and `StreamedResponse::create()` methods (use
2020
`__construct()` instead)
2121

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+
2229
Routing
2330
-------
2431

0 commit comments

Comments
 (0)