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 e79e226 commit 15e4f81Copy full SHA for 15e4f81
CHANGELOG.md
@@ -16,7 +16,8 @@ CHANGELOG
16
* Overriding the methods `KernelTestCase::tearDown()` and `WebTestCase::tearDown()` without the `void` return-type is deprecated.
17
* Added new `error_controller` configuration to handle system exceptions
18
* Added sort option for `translation:update` command.
19
-
+ * [BC Break] The `framework.messenger.routing.senders` config key is not deep merged anymore.
20
+
21
4.3.0
22
-----
23
DependencyInjection/Configuration.php
@@ -1162,6 +1162,7 @@ function ($a) {
1162
})
1163
->end()
1164
->prototype('array')
1165
+ ->performNoDeepMerging()
1166
->children()
1167
->arrayNode('senders')
1168
->requiresAtLeastOneElement()
0 commit comments