thephpleague / omnipay-common

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

Update renamed php-http/client-implementation #178

Closed AndrewNovikof closed 6 years ago

AndrewNovikof commented 6 years ago

php-http/client-implementation repository repository has been renamed to php-http/client-common. Therefore, when updating the dependencies, an error occurs that it is not possible to find the package: omnipay/common requires php-http/client-implementation ^1 -> no matching package found.

barryvdh commented 6 years ago

No, the implementation package is a virtual package, you need to require one in your own project, for example the guzzle adapter.

judgej commented 6 years ago

Where can we document this? What is the documentation system that Laravel uses, allowing multiple versions to have their own documentation - would that be workable for Omnipay?

AndrewNovikof commented 6 years ago

@barryvdh thank you. So, close PR please.

barryvdh commented 6 years ago

I want to add guzzle in omnipay/omnipay by default so it won't be required for most users.