Julio Montoya 321ce65f18 Updating vendors hace 11 años
..
Definition 321ce65f18 Updating vendors hace 11 años
Exception 261ca3114d Updating vendors + files from 1.10 hace 11 años
Loader 261ca3114d Updating vendors + files from 1.10 hace 11 años
Resource 261ca3114d Updating vendors + files from 1.10 hace 11 años
Tests 321ce65f18 Updating vendors hace 11 años
Util 261ca3114d Updating vendors + files from 1.10 hace 11 años
CHANGELOG.md 261ca3114d Updating vendors + files from 1.10 hace 11 años
ConfigCache.php 261ca3114d Updating vendors + files from 1.10 hace 11 años
FileLocator.php 261ca3114d Updating vendors + files from 1.10 hace 11 años
FileLocatorInterface.php 261ca3114d Updating vendors + files from 1.10 hace 11 años
LICENSE 261ca3114d Updating vendors + files from 1.10 hace 11 años
README.md 261ca3114d Updating vendors + files from 1.10 hace 11 años
composer.json 261ca3114d Updating vendors + files from 1.10 hace 11 años
phpunit.xml.dist 261ca3114d Updating vendors + files from 1.10 hace 11 años

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

You can run the unit tests with the following command:

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