Skip to content

Commit b7ed34d

Browse files
committed
[HttpClient] Add crypto_method to scoped client options
1 parent 6a9665b commit b7ed34d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,6 +2093,9 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode, callable $e
20932093
->variableNode('md5')->end()
20942094
->end()
20952095
->end()
2096+
->scalarNode('crypto_method')
2097+
->info('The minimum version of TLS to accept; must be one of STREAM_CRYPTO_METHOD_TLSv*_CLIENT constants.')
2098+
->end()
20962099
->arrayNode('extra')
20972100
->info('Extra options for specific HTTP client')
20982101
->normalizeKeys(false)

0 commit comments

Comments
 (0)