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
Fabien Potencier d66f0ebe35 Merge branch '2.3' into 2.7
* 2.3:
  Updated all the README files
  [TwigBundle] Fix failing test on appveyor
  [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths
  Allow to normalize \Traversable
  Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener
  Simplified everything
  Added a test
  Fixed the problem in an easier way
  Fixed a syntax issue
  Improved the error message when a template is not found
  [CodingStandards] Conformed to coding standards
  [TwigBundle] fixed Include file locations in "Template could not be found" exception
2016-03-04 08:52:28 +01:00
..
Definition Merge branch '2.3' into 2.7 2015-12-26 14:37:43 +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 Fix that two DirectoryResources with different patterns would be deduplicated 2015-09-10 14:18:59 +02:00
Tests Merge branch '2.3' into 2.7 2016-02-22 17:12:29 +01: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 [Config] Delegate creation of ConfigCache instances to a factory. 2015-04-08 07:21:35 +02:00
composer.json [Config] Add suggest to composer.json for symfony/yaml 2016-02-17 16:19:09 +02:00
ConfigCache.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheFactory.php [Config][cache factory] check type of callback argument. 2015-04-10 14:54:53 +01: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

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