Make rector file use RectorConfig instead of ContainerConfigurator
The rector config is incompatible with current rector versions. This makes the pipeline break.
Solution is to switch from the ContainerConfigurator
to RectorConfig
I will send a PR, that fixes it.