thephpleague / omnipay-common

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

[3.0] Require Guzzle by default? #181

Closed barryvdh closed 6 years ago

barryvdh commented 6 years ago

Right now we don't require a specific HTTP adapter in omnipay/common, to make sure gateways don't rely on that. But should we require it by default, to make it easier to install/upgrade? Downside is that it cannot be avoided to use Guzzle in the case of conflicts.