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 20cd8c62ce Merge branch '5.1' into 5.2
* 5.1:
  [PhpUnitBridge] CS fix
  [Notifier] Only use sprintf instead of sprintf and string concat
  [PhpUnitBridge] Fix PHP 5.5 compatibility
  Add missing param annotation abouts $fileLinkFormat
  [Form] Fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD)
  23412 Stop treating multiline resources as globs
2020-12-09 19:54:12 +01:00
..
Definition Merge branch '5.1' into 5.2 2020-12-08 18:03:37 +01:00
Exception Merge branch '4.4' 2019-11-12 15:58:10 +01:00
Loader Merge branch '4.4' into 5.1 2020-12-09 19:49:55 +01:00
Resource Merge branch '4.4' into 5.1 2020-11-16 16:58:32 +01:00
Tests Merge branch '4.4' into 5.1 2020-12-09 19:49:55 +01:00
Util Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [OptionsResolver] Improve the deprecation feature by handling package + version 2020-04-06 19:48:46 +02:00
composer.json Merge branch '4.4' into 5.1 2020-10-24 14:01:57 +02:00
ConfigCache.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ConfigCacheFactory.php [Config] finish adding parameter types 2019-06-30 00:48:28 +02:00
ConfigCacheFactoryInterface.php [Config] finish adding parameter types 2019-06-30 00:48:28 +02:00
ConfigCacheInterface.php [Config] Add type-hints to public interfaces and classes 2019-06-29 08:48:44 +02:00
FileLocator.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
FileLocatorInterface.php [Config] Add type-hints to public interfaces and classes 2019-06-29 08:48:44 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
ResourceCheckerConfigCache.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
ResourceCheckerConfigCacheFactory.php [Config] finish adding parameter types 2019-06-30 00:48:28 +02:00
ResourceCheckerInterface.php Merge branch '4.4' 2019-08-08 11:49:33 +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