PHP-Payments-SDK
PHP-Payments-SDK copied to clipboard
Update to Support Guzzle 7
Do you have plans to update to guzzle 7?
Same issue. My project requires Guzzle 7, but this cannot install with that version.
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.