Merge branch 'transport-option' of https://github.com/milan/FOSElasticaBundle into transport-option

Conflicts:
	DependencyInjection/Configuration.php
This commit is contained in:
Tim Nagel 2014-06-08 18:00:17 +10:00
commit 833feee207

View file

@ -84,6 +84,7 @@ class Configuration implements ConfigurationInterface
'logger' => isset($v['logger']) ? $v['logger'] : null,
'headers' => isset($v['headers']) ? $v['headers'] : null,
'timeout' => isset($v['timeout']) ? $v['timeout'] : null,
'transport' => isset($v['transport']) ? $v['transport'] : null,
)
)
);
@ -112,6 +113,7 @@ class Configuration implements ConfigurationInterface
->useAttributeAsKey('name')
->prototype('scalar')->end()
->end()
->scalarNode('transport')->end()
->scalarNode('timeout')->end()
->end()
->end()