- Issue created by @mageshbcet1
- Status changed to Closed: duplicate
10 months ago 9:13pm 1 February 2024
Getting an error when I try to upgrade to latest version of csv_serialization and make it compatible with Drupal 10 version.
We have OpenSocial version is 11.11.4 and Drupal version is 9.5.11. We want to upgrade Drupal 10 version first and then will upgrade to OpenSocial version to 12.0.0. I got the following error when I try to upgrade csv_serialization version to 4.0.
Problem 1
- goalgorilla/open_social is locked to version 11.11.4 and an update of this package was not requested.
- goalgorilla/open_social 11.11.4 requires drupal/csv_serialization 2.1.0 || ~3.0 -> found drupal/csv_serialization[dev-3.x, 2.1.0, 3.0.0-beta1, ..., 3.x-dev (alias of dev-3.x)] but it conflicts with your root composer.json require (^4.0).
Problem 2
- drupal/csv_serialization dev-4.x requires drupal/core ^10 -> found drupal/core[10.0.0-alpha1, ..., 10.2.x-dev] but the package is fixed to 9.5.11 (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/csv_serialization 4.x-dev is an alias of drupal/csv_serialization dev-4.x and thus requires it to be installed too.
- Root composer.json requires drupal/csv_serialization ^4.0 -> satisfiable by drupal/csv_serialization[4.0.0, 4.x-dev (alias of dev-4.x)].
Any idea how to fix above issue?
Closed: duplicate
4.0
Code