thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.49k stars 1.12k forks source link

Symfony 6.2 require #1322

Closed BudayPavel closed 1 year ago

BudayPavel 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 “league.oauth2_server.listener.authorization_request_user_resolving” service.

Sephster commented 1 year ago

I believe this should be reported to the oauth2-server-bundle package. Please can you report it there? Many thanks 🙏