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 12a269a4e0 Merge branch '4.0'
* 4.0:
  [2.7] Fix issues found by PHPStan
  [Command] Fix upgrade guide example
  Add php_unit_dedicate_assert to PHPCS
  [WebProfilerBundle] Let fetch() cast URL to string
  improve FormType::getType exception message details
  [Intl] Update ICU data to 60.2
  [Console] fix a bug when you are passing a default value and passing -n would ouput the index
  [FrameworkBundle] fix merge of 3.3 into 3.4
  bumped Symfony version to 4.0.3
  updated VERSION for 4.0.2
  updated CHANGELOG for 4.0.2
  bumped Symfony version to 3.4.3
  updated VERSION for 3.4.2
  updated CHANGELOG for 3.4.2
2017-12-20 12:11:10 +01:00
..
Definition Allow EnumNode name to be null 2017-11-20 19:22:57 +01:00
Exception Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Loader Merge branch '3.4' 2017-10-24 16:16:56 +02:00
Resource Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Tests Merge branch '3.4' into 4.0 2017-12-20 12:09:53 +01:00
Util Merge branch '3.3' into 3.4 2017-11-07 13:10:25 +01:00
.gitignore
CHANGELOG.md Merge branch '3.4' 2017-09-29 11:42:39 +02:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01:00
ConfigCache.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ConfigCacheFactory.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ConfigCacheFactoryInterface.php
ConfigCacheInterface.php
FileLocator.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
FileLocatorInterface.php
LICENSE
phpunit.xml.dist
README.md
ResourceCheckerConfigCache.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
ResourceCheckerConfigCacheFactory.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01: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