New Features and Changes 🥳
- [DI] Switch container to Laravel - final step 🥳 (#4698)
- do you use
$rectorConfig->import('src/*');
with mask? - this is removed now, use explicit real paths instead
- do you use
- [DI] Remove symfony/dependency-injection dependency (#4796)
- [DI] Add symfony config BC warnings layer, to inform about an upgrade (#4800)
- Add possibility to add multiple phpstan configs (#4798), Thanks @alexander-schranz!
- [DX] Make use of
addParameter()
(#4801) - Add deprecation warning for
FileProcessorInterface
(#4808)