Tiago Ribeiro ed218bb1b2 Fixed an "Array to string conversion" warning when using PHP 5.4. Also affects Symfony2 master. 13 years ago
..
Definition ed218bb1b2 Fixed an "Array to string conversion" warning when using PHP 5.4. Also affects Symfony2 master. 13 years ago
Exception 61c2d6fec1 [Config] removed extra whitespace. 14 years ago
Loader bb7a9d75ea [Config] fixed phpdoc 14 years ago
Resource c51b716180 [Config] simplified DirectoryResource to only allow one regex 14 years ago
ConfigCache.php c0e8db18f9 [Config] fixed phpdoc 14 years ago
FileLocator.php f83e92bf44 Make casting scalar to array consistent 14 years ago
FileLocatorInterface.php 8c423edfef replaced symfony-project.org by symfony.com 14 years ago
LICENSE 89868f7901 Updated LICENSE files copyright 13 years ago
README.md 997f354d53 tweaked the README files 13 years ago
composer.json 208c2e468c removed the version attribute in all composer.json files 13 years ago

README.md

Config Component

Config provides the infrastructure for loading configurations from different data sources and optionally monitoring these data sources for changes. There are additional tools for validating, normalizing and handling of defaults that can optionally be used to convert from different formats to arrays.

Resources

Unit tests:

https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Config