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

Add "branch-alias" to composer.json #758

Open garak opened 4 months ago

garak commented 4 months ago

This repository does not define a branch alias. This forces developers to use "dev-master" as a requirement if they want to test the latest changes, which is likely to happen (since the last release dates back to August 2021).

I can provide a PR.