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 203a8b4 commit 46d85e1Copy full SHA for 46d85e1
tests/End2End/App/KernelForBufferTest.php
@@ -23,14 +23,14 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
23
}
24
25
/**
26
- * Monolog Bundle supports hub_id from version 3.5 onwards.
+ * Monolog Bundle supports hub_id from version 3.7 onwards.
27
*/
28
private function supportsHubId(): bool
29
{
30
try {
31
if (class_exists('Composer\InstalledVersions')) {
32
$version = \Composer\InstalledVersions::getVersion('symfony/monolog-bundle');
33
- if ($version && version_compare($version, '3.5.0', '>=')) {
+ if ($version && version_compare($version, '3.7.0', '>=')) {
34
return true;
35
36
0 commit comments