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 68415abf71 Merge branch '2.7' into 2.8
* 2.7:
  [PropertyAccess] ->getValue() should be read-only
  [VarDumper] Fix dumping type hints for non-existing parent classes
  [Config] Fix XmlUtilsTest namespace
  [Console] [TableHelper] make it work with SymfonyStyle.
  Remove dead code
  [Routing] add query param if value is different from default

Conflicts:
	src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php
2016-04-20 20:52:26 +02:00
..
Definition [Config] Fix EnumNodeDefinition to allow building enum nodes with one element 2016-02-13 11:44:39 +01:00
Exception Merge branch '2.3' into 2.6 2015-04-18 17:02:51 +02:00
Loader [Config] Add deprecation warning 2015-06-11 14:55:28 -03:00
Resource Tweaking deprecation message to include class name 2015-11-23 21:38:01 +01:00
Tests Merge branch '2.7' into 2.8 2016-04-20 20:52:26 +02:00
Util [2.6] Static Code Analysis for Components and Bundles 2015-07-08 07:59:48 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Deprecate ResourceInterface::getResource() 2015-09-25 10:18:07 +02:00
composer.json Merge branch '2.7' into 2.8 2016-02-18 09:58:48 +01:00
ConfigCache.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php fixes CS 2015-08-24 09:13:45 +02:00
FileLocator.php Remove duplicated paths 2015-06-12 16:45:17 -03:00
FileLocatorInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ResourceCheckerConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ResourceCheckerInterface.php fixed CS 2016-01-21 10:24:53 +01: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