xurizaemon / commerce_dps

DPS Payment Express payment processor for Drupal Commerce
https://drupal.org/project/commerce_dps
0 stars 0 forks source link

composer require drupal/commerce_dps not working #2

Closed xurizaemon closed 6 years ago

xurizaemon commented 6 years ago

Taking a look at this after a long pause. Installing via composer require drupal/commerce_dps does not work atm.

~/S/c/c/w/m/custom (master|✔) $ composer require --prefer-source drupal/commerce_dps
No composer.json in current directory, do you want to use the one at /Users/chris/Sites/commerce.dev/commerce2.dev? [Y,n]?
Using version ^1.0@beta for drupal/commerce_dps
./composer.json has been updated
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - omnipay/common v3.0.2 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0.1 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0.0 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-beta.3 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-beta.2 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-beta.1 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-alpha.4 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-alpha.3 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-alpha.2 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-alpha.1 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-RC2 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common v3.0-RC1 requires php-http/client-implementation ^1 -> no matching package found.
    - omnipay/common 3.0.x-dev requires php-http/client-implementation ^1 -> no matching package found.
    - drupal/commerce_dps 1.0.0-beta1 requires omnipay/paymentexpress dev-master -> satisfiable by omnipay/paymentexpress[dev-master].
    - omnipay/paymentexpress dev-master requires omnipay/common ~3.0 -> satisfiable by omnipay/common[3.0.x-dev, v3.0-RC1, v3.0-RC2, v3.0-alpha.1, v3.0-alpha.2, v3.0-alpha.3, v3.0-alpha.4, v3.0-beta.1, v3.0-beta.2, v3.0-beta.3, v3.0.0, v3.0.1, v3.0.2].
    - Installation request for drupal/commerce_dps ^1.0@beta -> satisfiable by drupal/commerce_dps[1.0.0-beta1].

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://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.
xurizaemon commented 6 years ago

Seems like omnipay/paymentexpress:~2.0 works now. Yay?