thephpleague / omnipay-common

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

Loading all gateways, but omnipay/common version incorrect #176

Closed darylp041 closed 6 years ago

darylp041 commented 6 years ago

Not sure if this has been covered in a previous thread but, is there a reason when loading in all gateways - through "omnipay/omnipay" - the versions for omnipay/common and omnipay/sagepay are not at there most recent (2.3.4 and 2.4.0).

We've replaced "omnipay/omnipay" with: "omnipay/sagepay": "~2.0" and now the versions of common (2.5.2) and SagePay (2.5.1) are massively updated.

Ideally, we'd like to pull in all gateways as our Transaction handling setup allows clients to switch payment types without us, or other developers, needing to do very much. But obviously we can't do that if versioning of the gateways is going to be inconsistent.

barryvdh commented 6 years ago

Pulling all gateways is not supported.