- Issue created by @dureaghin
- heddn Nicaragua
Please add
-W
to the require command. Does that fix anything?
I'm getting composer error:
composer require 'drupal/webform_group:3.0.x-dev@dev'
Running composer update drupal/webform_group
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/webform_node[5.9.0, ..., 5.13.0] require drupal/core ^8.7.7 || ^9 -> found drupal/core[8.7.7, ..., 8.9.20, 9.0.0, ..., 9.5.10] but the package is fixed to 10.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/webform_node[5.0.0, ..., 5.15.0] require drupal/core ^8 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 10.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/webform_node[5.16.0, ..., 5.31.0] require drupal/core ^8.8 -> found drupal/core[8.8.0, ..., 8.9.20] but the package is fixed to 10.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/webform_node[6.0.0, ..., 6.1.4] require drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0, ..., 8.9.20, 9.0.0, ..., 9.5.10] but the package is fixed to 10.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/webform_node 6.1.5 requires drupal/core ^9.3 -> found drupal/core[9.3.0, ..., 9.5.10] but the package is fixed to 10.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/webform_group 3.0.x-dev is an alias of drupal/webform_group dev-3.0.x and thus requires it to be installed too.
- drupal/webform_group dev-3.0.x requires drupal/webform_node * -> satisfiable by drupal/webform_node[5.0.0, ..., 5.31.0, 6.0.0, ..., 6.1.5].
- Root composer.json requires drupal/webform_group 3.0.x-dev@dev -> satisfiable by drupal/webform_group[3.0.x-dev (alias of dev-3.0.x)].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Active
3.0
Miscellaneous
Please add -W
to the require command. Does that fix anything?