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

Remove indirect deprecation notices #713

Closed luchidalgo closed 1 year ago

luchidalgo commented 1 year ago

As of Symfony 6.2, The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead

parijke commented 1 year ago

Checked the patch on 6.2.2, it removes the deprecation warning

wucherpfennig commented 1 year ago

I am currently on 6.2.4 and still getting this deprecation message. Am I doing anything wrong? ;-)

AlexOstrovsky commented 1 year ago

I am on symfony/security-bundle 6.2.7 and knplabs/doctrine-behaviors 2.6.2 and still getting this depracation message.