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 7eca3a5970 Merge branch '3.4' into 4.4
* 3.4:
  [3.4] Fix support for PHP8 union types
  [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option
  [3.4] Small update in our internal terminology
  [Cache] fix compat with DBAL v3
  [VarDumper] Fix CliDumper coloration
  [DI] tighten detection of local dirs to prevent false positives
  [FrameworkBundle] preserve dots in query-string when redirecting
  bumped Symfony version to 3.4.43
  updated VERSION for 3.4.42
  update CONTRIBUTORS for 3.4.42
  updated CHANGELOG for 3.4.42
2020-06-18 19:51:13 +02:00
..
Definition Merge branch '3.4' into 4.4 2020-05-04 17:32:48 +02:00
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Loader Merge branch '3.4' into 4.4 2020-03-13 09:01:26 +01:00
Resource Merge branch '3.4' into 4.4 2020-06-18 19:51:13 +02:00
Tests Merge branch '3.4' into 4.4 2020-05-08 12:54:34 +02:00
Util Merge branch '3.4' into 4.4 2020-03-11 18:49:34 +01: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 [Routing][Config] Allow patterns of resources to be excluded from config loading 2019-10-24 13:56:35 +02:00
composer.json Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
ConfigCache.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ConfigCacheFactory.php Optimize perf by replacing call_user_func with dynamic vars 2018-12-09 23:58:21 +01:00
ConfigCacheFactoryInterface.php [cs] correct invalid @param types 2018-11-20 16:55:20 +01:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07: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.3' into 4.4 2019-10-30 14:23:44 +01:00
ResourceCheckerConfigCacheFactory.php fixed CS 2019-01-16 19:35:49 +01:00
ResourceCheckerInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +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