cakephp / upgrade

Upgrade tools for CakePHP meant to facilitate migrating from one version of the framework to another
MIT License
110 stars 60 forks source link

upgrade to rector 0.19 #268

Closed LordSimal closed 8 months ago

LordSimal commented 8 months ago

as can be seen in https://github.com/rectorphp/rector/releases/tag/0.19.0 the only BC was the namespace changes which weren't really BC because they added class aliases.

Anyway I already replaced all the use statements to the new namespace.