We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently you are using openapi-generator in version 4.8.1. This generator produces a PHP client which is only compatible with PHP < 8.1. The openapi-generator already fixed it with version 6.x. You probably want to update your php templates as in here https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/php. Once updated it will require PHP 7.4 and later.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently you are using openapi-generator in version 4.8.1. This generator produces a PHP client which is only compatible with PHP < 8.1. The openapi-generator already fixed it with version 6.x. You probably want to update your php templates as in here https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/php. Once updated it will require PHP 7.4 and later.
The text was updated successfully, but these errors were encountered: