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
Nicolas Grekas 6fec32c0d0 Merge branch '3.4' into 4.1
* 3.4:
  [DI] configure inlined services before injecting them when dumping the container
  Consistently throw exceptions on a single line
  fix fopen calls
  Update .editorconfig
2018-09-08 15:24:10 +02:00
..
Definition Merge branch '3.4' into 4.1 2018-09-08 15:24:10 +02:00
Exception Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
Loader Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Resource Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
Tests Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Util Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
composer.json Merge branch '4.0' 2018-05-01 16:02:13 -07:00
ConfigCache.php Merge branch '2.7' into 2.8 2017-12-31 05:47:31 +01:00
ConfigCacheFactory.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
ResourceCheckerConfigCacheFactory.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
ResourceCheckerInterface.php fixed CS 2016-06-29 07:31:50 +02: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