diff --git a/README.md b/README.md index a4ec55e..960c7e7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,13 @@ The transport also allows for processing these *queued* messages. ```bash composer require --dev zenstruck/messenger-test ``` +2. If not added automatically by Symfony Flex, add the bundle in `config/bundles.php`: -2. Update `config/packages/messenger.yaml` and override your transport(s) + ```php + Zenstruck\Messenger\Test\ZenstruckMessengerTestBundle::class => ['test' => true], + ``` + +3. Update `config/packages/messenger.yaml` and override your transport(s) in your `test` environment with `test://`: ```yaml