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.
The text was updated successfully, but these errors were encountered:
Hi @cmuench. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
With the last release v32 the dependency to rector was changed from
^0.15.10
to0.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.
The text was updated successfully, but these errors were encountered: