-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
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
PHP 8 Support #129
Comments
adds travis testing for php versions 7.2, 7.3, 7.4 and 8.0 update invalid function definitions which has required params after optional ones (php8.0 refuses to build with these errors) add guzzle 7 support closes avadev#119 closes avadev#129
Has there been any movement on getting this forward? Would like to know if the linked PR is good to go or what changes are needed. |
Is there an ETA for when we will see PHP8 support? This is a major blocker. |
Based on the response here #138 it doesn't look very good for us. |
Can confirm a temporary fix until they get with it. Fork https://github.com/dissolve/AvaTax-REST-V2-PHP-SDK by @dissolve. In your composer.json add:
Will fix PHP 8 and Guzzle 7 issues |
adds travis testing for php versions 7.2, 7.3, 7.4 and 8.0 update invalid function definitions which has required params after optional ones (php8.0 refuses to build with these errors) add guzzle 7 support closes avadev#119 closes avadev#129
I don't get why this has not been fixed yet. Its been an issue for months now - really frustrating |
I don't either, reason we're moving to Tax Jar |
Thanks for the tip @guywarner |
This has been completed in 22.3.0 release of SDK. Please confirm. |
Hi,
As far as I see, the SDK has a lot of issues with PHP8:
Can you please update the SDK accordingly?
Thank you,
The text was updated successfully, but these errors were encountered: