Julio Montoya 321ce65f18 Updating vendors 11 năm trước cách đây
..
Definition 321ce65f18 Updating vendors 11 năm trước cách đây
Exception 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
Loader 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
Resource 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
Tests 321ce65f18 Updating vendors 11 năm trước cách đây
Util 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
CHANGELOG.md 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
ConfigCache.php 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
FileLocator.php 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
FileLocatorInterface.php 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
LICENSE 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
README.md 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
composer.json 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây
phpunit.xml.dist 261ca3114d Updating vendors + files from 1.10 11 năm trước cách đây

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