8.2
Merge branch '8.0' into 8.1
[DependencyInjection] Allow injecting a service as a lazy proxy on a per-argument basis
[DependencyInjection] Add support for using service stacks as decorators, including `decorates_tag`
CS fix
[DependencyInjection] add `factory` argument in the `#[Autoconfigure]` attribute
[DI] Add service_closure() to the PHP-DSL
[DependencyInjection] Allow adding resource tags using any config formats
Add Enum Env Var Processor
[FrameworkBundle] Auto-generate `config/reference.php` to assist in writing and discovering app's configuration
use constructor property promotion
[DependencyInjection] Add `constructor` option to services declaration and to `#[Autoconfigure]`
CS fixes
Merge branch '6.4' into 7.4
Add type to final/internal public/protected properties
[DependencyInjection] Various fixes and hardenings