oauth2-microsoft
oauth2-microsoft copied to clipboard
PHP 7.3+
Hi,
I see this project hasnt been updated for a few years. We are wanting to upgrade our site that uses this library to PHP 7.3 and later versions down the track. Will it be compatible?
Cheers
Greg J
Sadly, composer.json does not specify this constraint directly. BTW I'm using this in a project of mine that's on PHP 7.3.<can't remember> and I didn't faced any issue yet. TBH, as this lib seems to be completely inactive, I'm planning to make a new one that leverage microsoft official SDK (the library itself would be bridge for OAuth2.0 client library).
In case you haven't seen it, it's worth noting that Jan Hajek has written a Provider for MSFT AAD. It currently defaults to the V1 authorization and token endpoints but has support for V2. See https://github.com/TheNetworg/oauth2-azure
@decomplexity didn't noticed it!