PHP-Payments-SDK icon indicating copy to clipboard operation
PHP-Payments-SDK copied to clipboard

Update to Support Guzzle 7

Open timramseyjr opened this issue 2 years ago • 2 comments

Do you have plans to update to guzzle 7?

timramseyjr avatar Sep 01 '22 13:09 timramseyjr

Same issue. My project requires Guzzle 7, but this cannot install with that version.

pristinesource avatar Dec 21 '22 15:12 pristinesource

Same error, we are already using Guzzle ^7.* in our project.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require quickbooks/payments-sdk:*" to figure out if any version is installable, or "composer require quickbooks/payments-sdk:^2.1" if you know which you need.

durgesh-sahani avatar Apr 08 '24 12:04 durgesh-sahani