auditor-bundle
auditor-bundle copied to clipboard
Deprecation in RoleChecker and UserProvider
Hi, upgraded security packages to 6.2 today and noticed that this package uses Symfony\Component\Security\Core\Security
that is deprecated in favor of Symfony\Bundle\SecurityBundle\Security
. It throws following message:
User Deprecated: Since symfony/security-core 6.2: The "Symfony\Component\Security\Core\Security" class is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead.