fusionauth-php-client icon indicating copy to clipboard operation
fusionauth-php-client copied to clipboard

Support php 8.1

Open sneakylenny opened this issue 3 years ago • 1 comments

Currently this library does not support PHP version 8.1.x This has to do with breaking changes with some deprecations and backward incompatible changes

Versions 8.0.x and below do work without any problems. For now I can't update my app to 8.1 since it is dependent on this library.

sneakylenny avatar Feb 01 '22 08:02 sneakylenny

Thanks for filing the issue. We'll look at creating a 8.1 library. You could also look at generating a library from the OpenAPI spec: https://github.com/fusionauth/fusionauth-openapi

mooreds avatar Feb 01 '22 14:02 mooreds