AvaTax-REST-V2-PHP-SDK
AvaTax-REST-V2-PHP-SDK copied to clipboard
Updated Tests and Updated GuzzleHttp Version to 7.0
GuzzleHttp is required in quite a few widely used packages in the PHP ecosystem, in particular Laravel 8.0. While trying to update my application to laravel 8.0 I noticed their were dependency issues with AvaTax-REST-V2-PHP-SDK. I updated the GuzzleHttp version to 7.0, and I also went ahead and fixed the tests so that they would pass correctly. There is also the addition of environment variables in the phpunit.xml so that testers can test against their own sandbox accounts.
FYI you should think of doing a version bump of your minimum PHP version. PHP 5.6 is no longer supported and is out of date. https://www.php.net/supported-versions.php
@contygm any chance we could get this update fast tracked?