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

service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead #731

Closed PhilETaylor closed 1 year ago

PhilETaylor commented 1 year ago

Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "Knp\DoctrineBehaviors\Provider\UserProvider" service.

Kocal commented 1 year ago

A PR #727 is already opened

PhilETaylor commented 1 year ago

Awesome - thanks. Sorry I did not see that one