KnpLabs / DoctrineBehaviors

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

Allow packages from "symfony/*" ^7 #750

Open phansys opened 6 months ago

phansys commented 6 months ago

This PR also addresses changes from previous PRs:

Please, be aware that I'm not currently using this package, but these changes are required to allow symfony/*: ^7 in other packages (see https://github.com/sonata-project/SonataTranslationBundle/pull/700#issuecomment-1858815493).

Additionally, I think this requires tests, because some of the changes made here are not currently covered. Even, AFAIK, the lowest dependencies in the CI pipeline are not being checked.