akluth / YamlConfigServiceProvider

Service provider for Silex for using YAML configuration files
38 stars 23 forks source link

combine config recursively #7

Closed bitblitter closed 10 years ago

bitblitter commented 10 years ago

replaced array_merge with array_replace_recursive so imports are able to merge deeper levels.

akluth commented 10 years ago

Thanks!