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
Fabien Potencier 6658989fb8 Merge branch '2.4'
* 2.4:
  fix docblock
  Fixed incompatibility of x509 auth with nginx
  [Process] Setting STDIN while running should not be possible
  [Validator] slovenian translation updated
  [FrameworkBundle] improve English in RouterMatchCommand
  [Validator] Updated Hungarian translations
  [Doctrine Bridge] simplify session handler by using main connection
  [Validator] Fixed typos in German translation
  [Validator] Completed French translations
  [Validator] Completed German translations
  [Validator] Completed Luxembourgish translations
2014-04-22 10:11:23 +02:00
..
Definition Merge branch '2.3' into 2.4 2014-04-22 10:11:06 +02:00
Exception made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
Loader Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02:00
Resource fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Tests Merge branch '2.3' into 2.4 2014-04-11 20:33:45 +02:00
Util Merge branch '2.3' into 2.4 2014-04-18 22:37:09 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [DIC] Better handling of enableable configurations 2013-01-28 18:21:49 +01:00
composer.json updated version to 2.5 2013-11-24 21:17:07 +01:00
ConfigCache.php Merge branch '2.4' 2014-04-16 12:36:21 +02:00
FileLocator.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
FileLocatorInterface.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02: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
$ phpunit