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 36c306d0ed Merge branch '4.4'
* 4.4: (30 commits)
  fix merge
  fix merge
  [HttpClient] fix debug output added to stderr at shutdown
  fix cs
  [Mailer] fixed logic
  fixed missing license
  Add a new ErrorHandler component (mirror of the Debug component)
  Use mocks before replacing the error handler
  [Config] Do not use absolute path when computing the vendor freshness
  [Process] Path resolution for FCGI configuration
  Bump minimum version of symfony/phpunit-bridge
  Container*::getServiceIds() should return an array of string
  [Config][ReflectionClassResource] Use ternary instead of null coaelscing operator
  [Validator] Add missing Russian and Ukrainian translations
  [Translation] Use HTTPS and fix a url
  [Config] Fix for signatures of typed properties
  [Validator] Add missing Hungarian translations
  [Validator] Add Lithuanian translation for Range validator
  Add HTTPS to a URL
  sync translation files
  ...
2019-07-18 12:46:32 +02:00
..
Definition Merge branch '4.2' into 4.3 2019-07-05 08:35:01 +02:00
Exception Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
Loader [Config] finish adding parameter types 2019-06-30 00:48:28 +02:00
Resource Merge branch '4.4' 2019-07-18 12:46:32 +02:00
Tests Merge branch '4.4' 2019-07-18 12:46:32 +02:00
Util [Config] finish adding parameter types 2019-06-30 00:48:28 +02: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-06-08 12:50:12 +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 [Config] finish adding parameter types 2019-06-30 00:48:28 +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 [Config] Add type-hints to public interfaces and classes 2019-06-29 08:48:44 +02:00
ResourceCheckerConfigCacheFactory.php [Config] finish adding parameter types 2019-06-30 00:48:28 +02:00
ResourceCheckerInterface.php [Config] Add type-hints to public interfaces and classes 2019-06-29 08:48:44 +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