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
2016-05-30 10:14:41 +02:00
..
Definition [Config] Fix array sort on normalization in edge case 2015-12-24 14:08:45 +01:00
Exception [DX] improve file loader error for router/other resources in bundle 2015-04-17 01:24:38 -05:00
Loader Catch \Throwable 2016-05-30 10:14:41 +02:00
Resource Fix that two DirectoryResources with different patterns would be deduplicated 2015-09-10 14:18:59 +02:00
Tests [Config] Fix XmlUtilsTest namespace 2016-04-19 13:29:13 +00:00
Util Add parsing of hexadecimal strings for PHP 7 2015-03-30 09:42:01 +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 added the new Composer exclude-from-classmap option 2015-10-30 12:48:51 -07:00
ConfigCache.php Docblock fixes 2014-11-30 13:33:44 +00:00
FileLocator.php Remove duplicated paths 2015-06-12 16:45:17 -03:00
FileLocatorInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Config Component

The Config component provides several classes to help you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).

Resources