Problem/Motivation
Hello!
When attempting to install this module via composer I am met with the following:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/commerce_adyen[1.0.0-alpha2, ..., 1.x-dev] require drupal/core ^8.8 || ^9 -> satisfiable by drupal/drupal[8.4.8, 8.5.15, 8.6.18, 8.7.14].
- drupal/commerce_adyen 1.0.0-alpha1 requires drupal/core ~8.6 -> satisfiable by drupal/drupal[8.4.8, ..., 8.7.x-dev].
- drupal/drupal[8.4.0-alpha1, ..., 8.7.x-dev] require composer/installers ^1.0.24 -> found composer/installers[v1.0.24, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.0).
- Root composer.json requires drupal/commerce_adyen ^1.0 -> satisfiable by drupal/commerce_adyen[1.0.0-alpha1, 1.0.0-alpha2, 1.x-dev].
Steps to reproduce
Try to install the module with composer 2 + Drupal 10
Proposed resolution
Update composer.json to reflect Drupal 10 compatibility
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork commerce_adyen-3422065
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
i-trokhanenkoI've added fixes, please try this release - https://www.drupal.org/project/commerce_adyen/releases/8.x-1.0-alpha3