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

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