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 c93bf69db3 Merge branch '4.4'
* 4.4:
  [Config] Disable default alphabet sorting in glob function due of unstable sort
  [HttpClient] always return the empty string when the response cannot have a body
  [TwigBundle][exception] Added missing css variable to highlight line in trace
  [Serializer] Improve messages for unexpected resources values
  [SecurityBundle] correct types for default arguments for firewall configs
2019-10-30 14:09:48 +01:00
..
Definition Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Exception Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
Loader Merge branch '4.4' 2019-08-20 16:46:00 +02:00
Resource Merge branch '4.4' 2019-10-30 14:09:48 +01:00
Tests Merge branch '4.4' 2019-10-28 22:51:41 +01:00
Util Merge branch '4.4' 2019-08-26 11:05:36 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
composer.json Merge branch '4.4' 2019-09-08 22:44:36 +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 Added more parameter type declarations. 2019-08-21 17:16:25 +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 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php Merge branch '4.4' 2019-08-08 11:20:29 +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