AvaTax-REST-V2-PHP-SDK icon indicating copy to clipboard operation
AvaTax-REST-V2-PHP-SDK copied to clipboard

Updated Tests and Updated GuzzleHttp Version to 7.0

Open whobutsb opened this issue 4 years ago • 2 comments

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.

whobutsb avatar Sep 10 '20 16:09 whobutsb

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

whobutsb avatar Sep 10 '20 16:09 whobutsb

@contygm any chance we could get this update fast tracked?

sporchia avatar Mar 10 '21 19:03 sporchia