Skip to content

Commit c758045

Browse files
committed
Require php-http/message:1.3 with the new formatter
1 parent 0fed825 commit c758045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/HttplugExtension.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ private function configureClients(ContainerBuilder $container, array $config)
8787
}
8888
} elseif (isset($config['_inject_collector_plugin'])) {
8989
$serviceIdDebugPlugin = $this->registerDebugPlugin($container, 'default');
90-
// No client was configured. Make sure to inject history plugin to the auto discovery client.
90+
// No client was configured. Make sure to configure the auto discovery client with the PluginClient.
9191
$container->register('httplug.client', PluginClient::class)
9292
->addArgument(new Reference('httplug.client.default'))
93-
->addArgument([new Reference('httplug.collector.history_plugin')])
93+
->addArgument([])
9494
->addArgument(['debug_plugins' => [new Reference($serviceIdDebugPlugin)]]);
9595
}
9696
}

0 commit comments

Comments
 (0)