omnipay icon indicating copy to clipboard operation
omnipay copied to clipboard

Laravel v6 conflict with requirements or minimum-stability

Open sitehandy opened this issue 6 years ago • 2 comments
trafficstars

Hi,

I'm getting the following error when trying to add omnipay to Laravel v6

league/omnipay v3.0.0 requires php-http/guzzle6-adapter ^1.1 -> satisfiable by php-http/guzzle6-adapter[v1.1.0, v1.1.1] but these conflict with your requirements or minimum-stability

sitehandy avatar Oct 06 '19 17:10 sitehandy

v3.0.2 should allow guzzle-adapter v2, not sure why you get 3.0.0. How did you specify the version?

barryvdh avatar Oct 07 '19 11:10 barryvdh

Hi @barryvdh , I use the same command as stated on the document page which is:

composer require league/omnipay:^3 omnipay/paypal

sitehandy avatar Oct 07 '19 20:10 sitehandy