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 933b774844 Merge branch '4.0' into 4.1
* 4.0:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:55:25 +02:00
..
Definition Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
Exception Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Loader Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Resource Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Tests Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
Util Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
.gitignore
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
ConfigCacheFactory.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
ConfigCacheFactoryInterface.php
ConfigCacheInterface.php
FileLocator.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
FileLocatorInterface.php
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist
README.md
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

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