mirror of
https://github.com/symfony/config.git
synced 2026-04-23 16:18:27 +02:00
8.1
* 8.0: [Security] Throw BadCredentialsException on empty JSON login username/password [Routing] Honor the Request's method in UrlMatcher::matchRequest() [DependencyInjection] Log every build parameter removed during compilation [Serializer] Remove @internal from ClassMetadataInterface and AttributeMetadataInterface Update XSD references in phpunit.xml.dist files Fix race in ./phpunit (bis) Fix race in ./phpunit [Serializer] Make `BackedEnumNormalizer` unconditionally return `null` on invalid value if `allow_invalid_values` is set [Cache] Ensure internal state is cleared in TagAwareAdapter::reset() even on commit failure
Config Component
The Config component helps 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
Languages
PHP
100%