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

Use PSR-14 Event Dispatcher instead league/event #1340

Closed MilesChou closed 1 year ago

MilesChou commented 1 year ago

Using the PSR event dispatch interface to achieve greater flexibility.

MilesChou commented 1 year ago

See the same PR #1184, close mine.