hwi / HWIOAuthBundle

OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
MIT License
2.27k stars 799 forks source link

php 8.1 is supported ? #1920

Closed thomas370 closed 2 years ago

thomas370 commented 2 years ago
Q A
Bug? no yes
New Feature? no yes
Support question? no yes
Version 1.3 / 1.4 / 2.x

Actual Behavior

What is the actual behavior?

Expected Behavior

What is the behavior you expect?

Steps to Reproduce

What are the steps to reproduce this bug? Please add code examples, screenshots or links to GitHub repositories that reproduce the problem.

Possible Solutions

If you have already ideas how to solve the issue, add them here. (remove this section if not needed)

virtualize commented 2 years ago

We do use this bundle without any issues on multiple production systems running PHP 8.1 without any issues.

Also, in the lastest stable release you see in composer.json that it allows the use of php 8.1 https://github.com/hwi/HWIOAuthBundle/blob/bc4e5ecf43d6177576fc0776a92fe5e3c856c3df/composer.json#L96

Please close the issue if this answers your question. Thanks.