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
2019-07-31 20:51:46 +02:00
..
Definition add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
Exception fixed some exception previous type hints 2019-03-30 08:40:00 +01:00
Loader add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
Resource Merge branch '4.3' into 4.4 2019-07-31 14:44:11 +02:00
Tests Merge branch '4.3' into 4.4 2019-07-31 14:44:11 +02:00
Util Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
.gitignore
CHANGELOG.md Deprecate TreeBuilder::root 2019-04-09 12:34:11 +02:00
composer.json [Config] decouple tests from DI 2019-06-08 12:17:01 +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
FileLocator.php add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
FileLocatorInterface.php
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
ResourceCheckerConfigCache.php add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
ResourceCheckerConfigCacheFactory.php fixed CS 2019-01-16 19:35:49 +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