| changeset 76 | bb7808e180c3 |
| parent 68 | e7384fb35f7a |
| child 77 | 021131fbe2c5 |
--- a/DependencyInjection/Configuration.php Mon Feb 20 12:09:41 2012 +0100 +++ b/DependencyInjection/Configuration.php Thu Feb 23 18:52:59 2012 +0100 @@ -66,6 +66,12 @@ ->prototype('variable') ->end() ->end() + ->arrayNode('curl_options') + ->treatNullLike(array()) + ->useAttributeAsKey('name') + ->prototype('variable') + ->end() + ->end() ->end(); return $treeBuilder;