- Issue created by @guymandude
- πΊπΈUnited States guymandude
I uninstalled all the ECA 1.1 modules and the BPMN module, and tried installing ECA 2.1 using composer. This is the error message that threw:
Problem 1
- Root composer.json requires drupal/eca ^2.1, found drupal/eca[2.1.0, 2.1.1, 2.1.2, 2.1.3] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/bpmn_io is locked to version 1.1.3 and an update of this package was not requested.
- drupal/bpmn_io 1.1.3 requires drupal/eca ^1.0 -> found drupal/eca[1.0.0, ..., 1.1.9] but it conflicts with your root composer.json require (^2.1).Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
- π©πͺGermany jurgenhaas Gottmadingen
This sounds like you have a constraint for bpmn_io 1.1 somewhere, probably also in the root composer. You need to update ECA and bpmn_io together to version 2.
- πΊπΈUnited States guymandude
Thank you jurgenhaas.
For others benefit I had to delete the entries for ECA and BPMN from composer.json before I could successfully install the new versions.