thephpleague / oauth2-client

Easy integration with OAuth 2.0 service providers.
http://oauth2-client.thephpleague.com
MIT License
3.66k stars 752 forks source link

Make compatible with PHP 8.4 #1039

Open ruudk opened 3 weeks ago

ruudk commented 3 weeks ago

League\OAuth2\Client\Provider\AbstractProvider::authorize(): Implicitly marking parameter $redirectHandler as nullable is deprecated, the explicit nullable type must be used instead

When https://github.com/thephpleague/oauth2-client/pull/1033 is merged, I will propose a PR to add PHP 8.4 to the matrix as well.

ruudk commented 3 weeks ago

@ramsey Could you please approve the workflow?

carloscz commented 1 week ago

hi, running our internal PHP 8.4 compatibility checks and this abstract library emits a lot of deprecations for us so thank You very much for this PR :) is there any timeframe for release?

ruudk commented 1 week ago

@shadowhand Would you be able to help out?