Skip to content

Commit 3e400ce

Browse files
committed
Require php-http/message:1.3 with the new formatter
1 parent 5b6df94 commit 3e400ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/HttplugExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ private function configureClients(ContainerBuilder $container, array $config)
9191
}
9292
} elseif (isset($config['_inject_collector_plugin'])) {
9393
$serviceIdDebugPlugin = $this->registerDebugPlugin($container, 'default');
94-
// No client was configured. Make sure to inject history plugin to the auto discovery client.
94+
// No client was configured. Make sure to configure the auto discovery client with the PluginClient.
9595
$container->register('httplug.client', PluginClient::class)
9696
->addArgument(new Reference('httplug.client.default'))
97-
->addArgument([new Reference('httplug.collector.history_plugin')])
97+
->addArgument([])
9898
->addArgument(['debug_plugins' => [new Reference($serviceIdDebugPlugin)]]);
9999
}
100100
}

0 commit comments

Comments
 (0)