KnpLabs / DoctrineBehaviors

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

Bump to doctrine/dbal 3.2 with PHP 8.0 support #682

Closed TomasVotruba closed 2 years ago

TomasVotruba commented 2 years ago

Doctrine Dbal 3 is here since last 14 months - https://github.com/doctrine/dbal/releases/tag/3.0.0 Its main added value is full support of PHP 8.

We use PHP 8 as minimal version since 5 months - https://github.com/KnpLabs/DoctrineBehaviors/pull/646

Now it's time to bump the version to make sure packages works correctly with the major Doctrine version :+1: