thephpleague / omnipay-common

Core components for the Omnipay PHP payment processing library
MIT License
329 stars 242 forks source link

Migrate to php-http/client-imlementation ^2 #206

Closed 3ynm closed 5 years ago

3ynm commented 5 years ago

Is there interest in upgrading to the next php-http version? @barryvdh

barryvdh commented 5 years ago

I don't think we need to change anything, right? Only the default guzzle6 adapter can be changed to v2?

barryvdh commented 5 years ago

See https://github.com/thephpleague/omnipay/pull/556

3ynm commented 5 years ago

Yes... I've missed the point here. I've had a difficult time trying to fit all pieces of this httplug / PSR mixture. Glad that you took the challenge of PSR-17 + 18!!