Changelog (v8.0.0...v8.0.1)
- bug symfony/symfony#62675 [DependencyInjection] Fix dealing with errored service definitions (@nicolas-grekas)
- bug symfony/symfony#62665 [DependencyInjection] Revert "bug symfony/symfony#62541 Reset resolved state when setting a parameter" (@nicolas-grekas)
- bug symfony/symfony#62477 [DependencyInjection] Allow manual bindings on parameters with #[Target] (@yoeunes)
- bug symfony/symfony#62544 [DependencyInjection] Ensure deprecation detection does not trigger a PHP error (@bnf)
- bug symfony/symfony#62646 [DependencyInjection] Throw when using
$thisor its internal scope from PHP config files (@nicolas-grekas) - bug symfony/symfony#62541 [DependencyInjection] Reset resolved state when setting a parameter (@yoeunes)
- bug symfony/symfony#62558 [DependencyInjection] Don't add empty
.container.known_envsin XML loader (@GromNaN) - bug symfony/symfony#62482 [DependencyInjection] Fix loose validation in
#[Autowire]attribute (@yoeunes) - bug symfony/symfony#62523 [DependencyInjection] Fix state corruption in
PhpFileLoaderduring recursive imports (@yoeunes) - bug symfony/symfony#62506 [DependencyInjection] Fix
query_stringenv processor for URLs without query string (@yoeunes) - bug symfony/symfony#62485 [DependencyInjection] Fix loop corruption in
CheckTypeDeclarationsPass(@yoeunes) - bug symfony/symfony#62486 [DependencyInjection] Fix invalid PHP syntax for nullable
TypedReferenceinPhpDumper(@yoeunes)