thephpleague / omnipay-braintree

Braintree Driver for Omnipay Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Issues

mickeyfmann opened this issue · comments

I've got minimum stability set to dev yet composer is unable to install, it has an issue resolving the braintree library dependencies.

  Problem 1
    - Installation request for omnipay/braintree ~2.0@dev -> satisfiable by omnipay/braintree[2.0.x-dev].
    - omnipay/braintree 2.0.x-dev requires braintree/braintree_php ^2.39|^3.0 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Not sure why it's not found. Can you run composer self-update and try again?

Can you install braintree/braintree_php on its own?