Nicolas Grekas 89a253d225 Merge branch '8.0' into 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
2026-04-18 15:52:23 +02:00
2026-04-13 16:34:59 +02:00
2025-07-10 10:14:14 +02:00
2026-02-25 17:50:00 +01:00
2026-02-23 13:14:34 +01:00
2026-04-13 17:47:55 +02:00
2025-07-10 10:14:14 +02:00
2013-07-21 14:12:18 +02:00
2026-04-07 08:26:27 +02:00
2025-07-10 10:29:33 +02:00
2024-01-02 13:37:29 +01:00
2025-07-10 10:14:14 +02:00
2023-01-24 15:02:46 +01:00
2021-05-26 13:20:16 +02:00

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

S
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:31:49.391Z
Readme MIT 18 MiB
Languages
PHP 100%