- Issue created by @kenrbnsn
- π¨π·Costa Rica rolandoscott
Current version isn't compatible with Drupal 11 yet.. theres a few issues open looking to solve compatibility
Trying to install on Drupal 11.0.4
$ composer require 'drupal/webform:6.3.x-dev@dev'
Here's the result of using the command:
$ composer require 'drupal/webform:6.3.x-dev@dev'
./composer.json has been updated
Running composer update drupal/webform
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/webform dev-6.3.x requires drupal/core ^10.3 -> found drupal/core[10.3.0, ..., 10.3.5] but the package is fixed to 11.0.4 (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 6.3.x-dev is an alias of drupal/webform dev-6.3.x and thus requires it to be installed too.
- Root composer.json requires drupal/webform 6.3.x-dev@dev -> satisfiable by drupal/webform[6.3.x-dev (alias of dev-6.3.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
6.3
Code
Current version isn't compatible with Drupal 11 yet.. theres a few issues open looking to solve compatibility