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 9918a66309 Merge branch '2.8' into 3.3
* 2.8:
  fixed years in copyright
2018-01-03 08:37:11 +01:00
..
Definition fixed some deprecation messages 2017-12-31 06:12:25 +01:00
DependencyInjection [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +01:00
Exception [Config] Fix resource tracking with new GlobResource 2017-05-03 15:21:08 +02:00
Loader fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Resource fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Tests Merge branch '2.8' into 3.3 2017-12-20 12:04:02 +01:00
Util Docblock fixes 2017-11-07 12:54:30 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '2.7' into 2.8 2018-01-02 16:45:49 +01:00
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
ConfigCache.php Merge branch '2.7' into 2.8 2017-12-31 05:47:31 +01: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 fixed years in copyright 2018-01-03 08:23:28 +01: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 Error handlers' $context should be optional as it's deprecated 2017-12-28 18:52:10 +01:00
ResourceCheckerConfigCacheFactory.php [3.3] More docblock fixes 2017-11-07 15:16:22 +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