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-10-30 13:43:22 +01:00
..
Definition [Config] fix return type declarations 2019-08-26 09:52:57 +02:00
DependencyInjection fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Loader Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Resource [Config] Disable default alphabet sorting in glob function due of unstable sort 2019-10-30 13:43:22 +01:00
Tests Re-enable previously failing PHP 7.4 test cases 2019-09-19 17:32:51 +02:00
Util [Config] fix return type declarations 2019-08-26 09:52:57 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md fixed short array CS in comments 2019-01-16 14:27:11 +01:00
composer.json Merge branch '2.8' into 3.4 2018-05-01 15:53:27 -07:00
ConfigCache.php switched array() to [] 2019-01-16 10:39:14 +01:00
ConfigCacheFactory.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02: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 switched array() to [] 2019-01-16 10:39:14 +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 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] ensure moving away from Serializable wont break cache:clear 2019-01-30 09:47:57 +01:00
ResourceCheckerConfigCacheFactory.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResourceCheckerInterface.php fixed CS 2016-06-29 07:31:50 +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