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 7c026bb33e Merge branch '2.6' into 2.7
* 2.6:
  [2.3] CS And DocBlock Fixes
  [2.3] CS Fixes
  [FrameworkBundle] Fixed Translation loader and update translation command.
  [Console] remove « use » statement for PHP built-in exception classes.
  [SecurityBundle] adds unit tests suite for SecurityDataCollector class.

Conflicts:
	src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
2014-12-22 17:45:18 +01:00
..
Definition Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
Exception Merge branch '2.5' into 2.6 2014-12-12 17:21:40 +01:00
Loader Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
Resource [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Tests Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
Util Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01: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.7 2014-11-10 19:00:54 +01:00
ConfigCache.php Docblock fixes 2014-11-30 13:33:44 +00:00
FileLocator.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00
FileLocatorInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +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