8.2
[DependencyInjection] Add target parameter to `#[AsAlias]` attribute
[DependencyInjection] Allow multiple `#[AsDecorator]` attributes
[DependencyInjection] Add tag decoration support
[DependencyInjection] Fix merging explicit tags and #[AsTaggeditem]
[DependencyInjection] Allow computing #[AutoconfigureTag] attributes per tagged service
[DependencyInjection] Allow adding resource tags using any config formats
[DependencyInjection][HttpKernel] Fix parsing Target attributes on properties and on controllers
Merge branch '7.0' into 7.1
Merge branch '6.4' into 7.4
Finish implementing AutowireInline attribute
[DependencyInjection] Various fixes and hardenings
[DependencyInjection] Add `#[AutowireMethodOf]` attribute to autowire a method of a service as a callable
[DependencyInjection][HttpKernel] Add PHPDoc to attribute classes and properties
[DependencyInjection] Add support for Exclude attribute
[DependencyInjection] Add Lazy attribute for classes and arguments
[DependencyInjection] Add `#[WhenNot]` attribute