Open iisisrael opened 2 years ago
If keeping support for older PHP versions is important, we can instead add checks for method exists, adding deprecation messages. It's only a concern in tests (Assert::assertMatchesRegularExpression()
).
Do you have a strong use case for this? A legacy app that you cannot easily update?
This library is not really maintained anymore I'd say, last update is from 2021.
If you can, I would rather suggest to move your app to a different OAuth client (see https://oauth.net/code/php/ for some examples), and we probably should consider deprecating this library.
Probably decision here should be synced with https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/698.
Co-authored-by: Aaron Opela aaron.opela@netgalley.com