Giter Club home page Giter Club logo

commerce-worldpay's Introduction

Worldpay for Craft Commerce icon

Worldpay Online Payments for Craft Commerce

This plugin provides a Worldpay integration for Craft Commerce.

This integration uses Worldpay's Online Payments API utilizing the features of the Omnipay Worldpay library.

Note: 3D secure is not currently implemented due to the underlying Omnipay library not supporting the feature.

Requirements

This plugin requires either:

  • Craft 4.0 and Craft Commerce 4.0 or later.
  • Craft 5.0 and Craft Commerce 5.0 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Worldpay for Craft Commerce”. Then click on the “Install” button in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/commerce-worldpay

# tell Craft to install the plugin
./craft install/plugin commerce-worldpay

Setup

To add a Worldpay payment gateway, go to Commerce → Settings → Gateways, create a new gateway, and set the gateway type to “Worldpay Json”.

Tip: The Merchant ID, Service key, and Client key settings can be set to environment variables. See Environmental Configuration in the Craft docs to learn more about that.

commerce-worldpay's People

Contributors

andris-sevcenko avatar angrybrad avatar benjamindavid avatar brandonkelly avatar dependabot[bot] avatar lukeholder avatar makeilalundy avatar nfourtythree avatar timkelty avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

commerce-worldpay's Issues

Environment variable for client key in template

The paymentForm.html template is not reading the environment variable for the client key, instead the name of the environment variable is placed in the template, for example:

<div class="worldpay-form" data-clientkey="$WORLDPAY_CLIENT_KEY">

Thanks
Mike

Installation Dependency Issue

Description

I tried installing this on two separate Craft installs and ran into similar issues on both. I tried removing all additional plugins/composer requirements leaving my requirements as:

    "php": "^7.1",
    "craftcms/cms": "^3.0.0",
    "vlucas/phpdotenv": "^2.4.0",
    "craftcms/aws-s3": "^1.0",
    "craftcms/element-api": "^2.5",
    "craftcms/mailgun": "^1.0",
    "craftcms/redactor": "^2.0",
    "craftcms/commerce": "^2.0.0-beta.12.1"

However the issues appears to be specific to this package and perhaps the craftcms/omnipay package.

Install Log:

⇒  composer require craftcms/commerce-worldpay    
Using version ^1.0 for craftcms/commerce-worldpay
./composer.json has been updated
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
    - craftcms/commerce-worldpay 1.0.0 requires omnipay/worldpay ^2.2.2 -> satisfiable by omnipay/worldpay[v2.2.2].
    - Conclusion: remove symfony/event-dispatcher v4.1.6
    - Conclusion: don't install symfony/event-dispatcher v4.1.6
    - omnipay/common 2.4.0 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common 2.5.2 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.3.4 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.4.1 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.5.0 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.5.1 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - guzzle/guzzle v3.9.0 requires symfony/event-dispatcher ~2.1 -> satisfiable by symfony/event-dispatcher[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - guzzle/guzzle v3.9.1 requires symfony/event-dispatcher ~2.1 -> satisfiable by symfony/event-dispatcher[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - guzzle/guzzle v3.9.2 requires symfony/event-dispatcher ~2.1 -> satisfiable by symfony/event-dispatcher[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - guzzle/guzzle v3.9.3 requires symfony/event-dispatcher ~2.1 -> satisfiable by symfony/event-dispatcher[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - Can only install one of: symfony/event-dispatcher[v2.8.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.11, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.12, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.13, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.14, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.15, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.16, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.17, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.18, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.19, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.20, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.21, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.22, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.23, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.24, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.25, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.26, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.27, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.28, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.29, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.30, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.31, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.32, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.33, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.34, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.35, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.36, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.37, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.38, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.39, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.40, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.41, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.42, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.43, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.44, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.45, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.46, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.8.9, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.11, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.12, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.13, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.1.9, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.11, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.2.9, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.11, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.12, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.13, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.14, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.15, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.16, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.17, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.18, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.19, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.20, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.21, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.22, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.23, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.24, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.25, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.26, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.27, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.28, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.29, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.30, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.31, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.32, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.33, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.34, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.35, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.36, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.37, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.38, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.39, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.40, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.41, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.42, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.3.9, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.4.9, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.11, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.12, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.5.9, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.11, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.12, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.13, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.6.9, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.0, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.1, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.10, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.11, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.12, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.13, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.14, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.15, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.16, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.17, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.18, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.19, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.2, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.20, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.21, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.22, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.23, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.24, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.25, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.26, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.27, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.28, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.29, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.3, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.30, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.31, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.32, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.33, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.34, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.35, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.36, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.37, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.38, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.39, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.4, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.40, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.41, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.42, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.43, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.44, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.45, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.46, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.47, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.48, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.49, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.5, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.6, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.7, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.8, v4.1.6].
    - Can only install one of: symfony/event-dispatcher[v2.7.9, v4.1.6].
    - Installation request for symfony/event-dispatcher (locked at v4.1.6) -> satisfiable by symfony/event-dispatcher[v4.1.6].
    - Installation request for craftcms/commerce-worldpay ^1.0 -> satisfiable by craftcms/commerce-worldpay[1.0.0].
    - Conclusion: don't install symfony/http-foundation v4.1.6|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
    - Conclusion: remove symfony/http-foundation v4.1.6|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
    - omnipay/worldpay v2.2.2 requires omnipay/common ~2.0 -> satisfiable by omnipay/common[2.3.2, 2.4.0, 2.5.2, v2.0.0, v2.1.0, v2.2.0, v2.3.0, v2.3.1, v2.3.3, v2.3.4, v2.4.1, v2.5.0, v2.5.1].
    - omnipay/common 2.3.2 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - omnipay/common v2.3.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - omnipay/common v2.3.1 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - omnipay/common v2.3.3 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - omnipay/common v2.0.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - omnipay/common v2.1.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - omnipay/common v2.2.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
    - Can only install one of: symfony/http-foundation[v2.1.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.11, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.12, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.13, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.1.9, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.11, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.2.9, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.11, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.12, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.13, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.14, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.15, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.16, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.17, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.18, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.19, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.20, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.21, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.22, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.23, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.24, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.25, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.26, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.27, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.28, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.29, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.30, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.31, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.32, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.33, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.34, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.35, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.36, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.37, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.38, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.39, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.40, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.41, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.42, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.3.9, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.4.9, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.11, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.12, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.5.9, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.11, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.12, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.13, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.6.9, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.11, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.12, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.13, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.14, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.15, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.16, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.17, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.18, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.19, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.20, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.21, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.22, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.23, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.24, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.25, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.26, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.27, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.28, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.29, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.30, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.31, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.32, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.33, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.34, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.35, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.36, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.37, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.38, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.39, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.40, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.41, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.42, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.43, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.44, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.45, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.46, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.47, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.48, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.49, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.7.9, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.0, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.1, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.10, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.11, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.12, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.13, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.14, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.15, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.16, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.17, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.18, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.19, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.2, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.20, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.21, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.22, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.23, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.24, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.25, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.26, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.27, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.28, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.29, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.3, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.30, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.31, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.32, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.33, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.34, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.35, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.36, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.37, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.38, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.39, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.4, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.40, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.41, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.42, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.43, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.44, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.45, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.46, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.5, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.6, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.7, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.8, v4.1.6].
    - Can only install one of: symfony/http-foundation[v2.8.9, v4.1.6].
    - Installation request for symfony/http-foundation (locked at v4.1.6) -> satisfiable by symfony/http-foundation[v4.1.6].


Installation failed, reverting ./composer.json to its original content.

Additional Information

Craft Version: Craft CMS Pro 3.0.28
Craft Commerce Version: 2.0.0-beta.12.1

test

Description

Steps to reproduce

Additional info

  • Craft version:
  • PHP version:
  • Database driver & version:
  • Plugins & versions:

Which Worldpay Gateways are supported with this plugin?

Description

WorldPay documentation along with their gateways, seem to be a bit of a rabbit hole.
Could you confirm which of the WorldPay Gateways are supported with this plugin?
https://developer.worldpay.com/docs

From the above link, it looks like there are several types, but the main ones being:

  1. Access Worldpay
  2. Server Integration
  3. WorldPay for Business (AKA Business Gateway 350) (Legacy?)
  4. Worldwide Payment Gateway (Legacy?)

I have a client who currently has a WorldPay for Business and this seems incompatible with the current plugin, as the settings required are not consistent with that Gateway. So,. I am trying to guide them to speak with WorldPay to get them onto the right gateway/account to work with Craft Commerce.

The documentation and specifications are a little lacking, so I would greatly appreciate some clarity on this and any guidance you can offer.

Commerce 3 and Craft 3.

WorldPay eCommerce Gateway support

Not quite a bug but seems quite pressing.

Description

We have a client using Craft Commerce and the Worldpay payment gateway via this plugin.
However, the client has received a message from WorldPay to say that “WorldPay Online Payments” which this plugin relies on is being replaced by “WorldPay eCommerce Gateway” and that their integration needs updating by 14th October. (Reference: https://offers.worldpayglobal.com/rs/850-JOA-856/images/FINAL%20External%20FAQs%20-%20WPOP%20EOL%20and%20migration.pdf).

Not sure when the client was notified but we have only found out about it yesterday.
Are there plans to update the Worldpay integration to use WorldPay eCommerce Gateway rather than the WorldPay Online Payments service (which the plugin currently uses)?

Additional info

  • Craft version: Craft Pro 3.5.19.1
  • PHP version: 7.3.33
  • Database driver & version: MySQL 5.7.39

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.