This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Config
2012-12-05 15:02:11 +01:00
..
Definition Implemented possibility to skip key normalization in config processing 2012-12-05 15:02:11 +01:00
Exception fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Loader merged 2.0 2012-08-10 13:48:23 +02:00
Resource fixed CS 2012-07-09 14:54:20 +02:00
Tests made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
.gitattributes Fix export-ignore on Windows 2012-11-08 10:51:48 +01:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CHANGELOG.md added entry to changelog 2012-10-06 17:22:10 +03:00
composer.json Optimize autoload prefix in composer.json 2012-09-28 09:34:16 +02:00
ConfigCache.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
FileLocator.php [Config] fixed 'scheme://' not detected as absolute path 2011-12-08 15:42:21 +01:00
FileLocatorInterface.php fixed CS 2012-07-09 14:54:20 +02:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00

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

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Config/
$ composer.phar install --dev
$ phpunit