thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.92k stars 929 forks source link

Laravel v6 conflict with requirements or minimum-stability #586

Open sitehandy opened 4 years ago

sitehandy commented 4 years ago

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

barryvdh commented 4 years ago

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

sitehandy commented 4 years ago

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

composer require league/omnipay:^3 omnipay/paypal