ethercreative / web-payments

Web Payments for Craft Commerce
Other
5 stars 7 forks source link

requires guzzlehttp/guzzle ^6.3.3 -> #23

Closed goodmixer closed 3 years ago

goodmixer commented 3 years ago

Hi I'm having an issue installing web-payments as I'm currently running guzzlehttp/guzzle 7.3.0 and I'm getting the error ether/web-payments 1.0.0 requires guzzlehttp/guzzle ^6.3.3

I've tried reverting to an older version of guzzle but it's locked at 7.3.0

Would changing https://github.com/ethercreative/web-payments/blob/master/composer.json#L30 to "guzzlehttp/guzzle": "^6.5.5|^7.2.0", fix this issue or would that cause further unforeseen issues?

alexjcollins commented 3 years ago

Hey, we'll take a look and get back to you

goodmixer commented 3 years ago

Hi Alex, Were you able to replicate this issue? Or is it just me :)

peteeveleigh commented 3 years ago

Is there any movement on this? Some other plugins (Commerce Paypal for instance) require Guzzle 7 but Guzzle is being locked to the 6.x major version by Web Payments.