limosa-io / openid-connect-server

This is an OpenID Connect Server written in PHP.
GNU Affero General Public License v3.0
46 stars 9 forks source link

Fix unit tests #18

Closed RobertMe closed 1 year ago

RobertMe commented 1 year ago
RobertMe commented 1 year ago

There are still some remaining deprecations, related to jsonSerialize() which should have a mixed return type. But mixed has only been introduced in PHP 8.0 and I believe this package is compatible with older versions as well.