В модуле заявлена совместимость с Drupal 10, но фактические при установке через Composer модуль требует установку yaml_editor, а он не адаптирован к Drupal 10
При выполнении composer require 'drupal/cmlmigrations:^1.20' получаю ошибку:
Problem 1
- drupal/yaml_editor[dev-1.x, 1.0.0, ..., 1.x-dev] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but the package is fixed to 10.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/yaml_editor 1.1.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but the package is fixed to 10.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/cmlmigrations[1.20.0, ..., 1.x-dev] require drupal/yaml_editor * -> satisfiable by drupal/yaml_editor[dev-1.x, 1.0.0, 1.1.0, 1.x-dev].
- Root composer.json requires drupal/cmlmigrations ^1.20 -> satisfiable by drupal/cmlmigrations[1.20.0, 1.x-dev].
Active
1.20
Code