flownative / flow-openidconnect-client

OpenID Connect Client SDK for Flow Framework
MIT License
6 stars 8 forks source link

Provide compatibility with PHP 8.0 #39

Closed robertlemke closed 2 years ago

robertlemke commented 2 years ago

One of the libraries which is used by this package (lcobucci/jwt) cannot be upgraded to a PHP 8 compatible version without code adjustments. We need to upgrade to lcobucci/jwt 4.x in order to get PHP 8 compatibility, and that requires code adjustments on our side, since it's an upgrade to a new major.

The [documentation lists the necessary steps](See https://lcobucci-jwt.readthedocs.io/en/stable/upgrading/ for ) for an upgrade.