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.
6.4
1 parent 8d37f15 commit eeee210Copy full SHA for eeee210
tests/End2End/App/Kernel.php
@@ -48,6 +48,10 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
48
$loader->load(__DIR__ . '/deprecations_for_6.yml');
49
}
50
51
+ if (self::VERSION_ID >= 64000) {
52
+ $loader->load(__DIR__ . '/deprecations_for_64.yml');
53
+ }
54
+
55
if (interface_exists(MessageBusInterface::class) && self::VERSION_ID >= 40300) {
56
$loader->load(__DIR__ . '/messenger.yml');
57
0 commit comments