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
Gert de Pagter afc09cc8a7 Use symfony/polyfill-ctype
Use the polyfill for every package that uses cytpe functions.
2018-05-01 15:30:49 -07:00
..
Definition minor #26335 [Config] Handle nullable node name + fix inheritdocs (ro0NL) 2018-03-19 21:05:12 +01:00
Exception Merge branch '2.3' into 2.6 2015-04-18 17:02:51 +02:00
Loader fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Resource removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Tests Fix typo in test method name 2018-03-19 19:30:35 +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 Clean up 2018-01-02 16:37:23 +01:00
composer.json Use symfony/polyfill-ctype 2018-05-01 15:30:49 -07:00
ConfigCache.php fixed some deprecation messages 2017-12-31 05:27:30 +01:00
ConfigCacheFactory.php Remove useless docblocks 2017-10-29 10:49:53 +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 minor #24342 removed useless PHPDoc (OskarStark) 2017-09-30 07:00:25 -07:00
FileLocatorInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02: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

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