You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the last release v32 the dependency to rector was changed from ^0.15.10 to 0.17.12. To pin the dependency to a fixed version is a bad practice in the PHP world.
It's better to define it at least as ~0.17.12 to allow bug fix releases of rector.
In the meantime a 0.17.3 of rector is released which cannot be updated in a Magento project.