KnpLabs / DoctrineBehaviors

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

Bump Symfony to 5.3 #650

Closed TomasVotruba closed 2 years ago

TomasVotruba commented 2 years ago

After #646 bumpting PHP and #649 bumping Doctrine Bundle, it makes sense to go furhter with dependencies like Symfony. It's easier to upgrade batch of packages once a year, rather then one package every month. With latter there is risk of mutual dependency breaks.

Current supported versions is 4.4, then 5.3. Saying that, 5.3 is obvious target for code upgrades:

https://symfony.com/releases

image