8.2
[DependencyInjection] Resolve factories on "service_container" against the concrete container class
[DependencyInjection] Keep behavior-describing tags 'proxy' and 'container.service_subscriber.locator' on decorated services
[DI]: removed unnecessary checks on `Definition`s and `Alias`es
Merge branch '6.4' into 7.4
[DependencyInjection][Validator] Remove needless code
CS fixes
[DependencyInjection] Add tag decoration support
[DependencyInjection] Allow injecting a service as a lazy proxy on a per-argument basis
[DependencyInjection] Add a $priority argument to the #[Required] attribute
Merge branch '8.0' into 8.1
[DependencyInjection] Skip validating deprecated aliases in CheckAliasValidityPass
Merge branch '6.4' into 7.2
[DependencyInjection] Reject circular references through a factory builder's setup
[DependencyInjection] Support autowiring env vars as closures or `Stringable` when using `#[Autowire(env: 'FOO')]`
[Components] Convert to native return types
Enforce return types on all components
[DependencyInjection] Restore reading "container.behavior_describing_tags" in DecoratorServicePass
Merge branch '6.4' into 7.3
[DependencyInjection] Fix `#[AutowireCallable]` sometimes incorrectly inlined
[DependencyInjection] Add Kernel and Bundle infrastructure for HTTP-less DI-powered apps
More CS fixes
[DependencyInjection] Allow computing #[AutoconfigureTag] attributes per tagged service
use constructor property promotion
[DependencyInjection][HttpKernel] Add support for resetting non-shared services
[DependencyInjection] Fix parsing nested AutowireInline attributes
Merge branch '7.4' into 8.0
[DependencyInjection][FrameworkBundle] Use php-serialize to dump the container for debug/lint commands
Merge branch '8.1' into 8.2
[DependencyInjection] Parse attributes found on abstract classes for resource definitions
[DependencyInjection] Skip scanning scalar values in compiler passes when not needed
[DependencyInjection] Fix circular references through expressions
[DependencyInjection] Add support for using service stacks as decorators, including `decorates_tag`