KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
914 stars 294 forks source link

Upgrade not working with Rector #645

Closed vnenrico20 closed 3 years ago

vnenrico20 commented 3 years ago

Hi,

I'm trying to upgrade bundle to latest version. I followed the README instruction to install Rector.

But I couldn't find this file: vendor/rector/rector/config/set/doctrine-behaviors-20.yaml (https://github.com/rectorphp/rector/tree/main/config/set)

Did I do anything wrong?

TomasVotruba commented 3 years ago

Hi, thanks for reporting.

The old config path is deprecated. I've updated README with new Rector API. Check it out and let me know :+1:

vnenrico20 commented 3 years ago

Thanks a lot for your quick response & action. It works perfectly now.

Much appreciated!!!

TomasVotruba commented 3 years ago

Glad to hear that! You're welcome