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 73982760f7 Merge branch '3.3' into 3.4
* 3.3:
  [Serializer] Fix extra attributes when no group specified
  [Intl] Make intl-data tests pass and save language aliases again
  [Console] Fix CommandTester::setInputs() docblock
  [Serializer] readd default argument value
  [VarDumper] fix trailling comma when dumping an exception
  Remove useless docblocks
  [FrameworkBundle] Fix docblocks
  [PropertyInfo] Remove useless docblocks
2017-11-05 17:10:10 +01:00
..
Definition Merge branch '3.3' into 3.4 2017-11-05 17:10:10 +01:00
DependencyInjection [HttpKernel] Deprecate some compiler passes in favor of tagged iterator args 2017-09-29 00:01:08 +02:00
Exception Improving annotation loader message 2017-10-19 19:13:30 -04:00
Loader Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
Resource Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
Tests [FrameworkBundle][Config] fix: do not add resource checkers for debug=false 2017-11-05 14:56:21 +01:00
Util Fix changelog and minor tweak for #23485 2017-09-26 22:01:10 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md doc fixes 2017-09-29 11:41:38 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
ConfigCache.php [Config] Fix dumped files invalidation by OPCache 2017-10-04 11:33:55 +02:00
ConfigCacheFactory.php Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +01:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php [FrameworkBundle][Config] fix: do not add resource checkers for debug=false 2017-11-05 14:56:21 +01:00
ResourceCheckerConfigCacheFactory.php [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +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