- 🇨🇭Switzerland berdir Switzerland
Thank you, added this to 📌 Automated Drupal 10 compatibility fixes Fixed
Trying to require drupal/gathercontent dependency with migrate_tools 6.x fails as currently it only supports migrate_tools 4.x/5.x.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/gathercontent[4.0.0, ..., 4.3.0] require drupal/core ^8 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 9.4.8 (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/gathercontent[5.0.0, ..., 5.4.0] require drupal/core ^8.7 -> found drupal/core[8.7.0, ..., 8.9.20] but the package is fixed to 9.4.8 (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/gathercontent 5.5.0 requires drupal/migrate_tools ^4 || ^5 -> found drupal/migrate_tools[4.0.0, ..., 4.5.0, 5.0.0, 5.1.0] but it conflicts with your root composer.json require (^6.0).
- Root composer.json requires drupal/gathercontent * -> satisfiable by drupal/gathercontent[4.0.0, 4.1.0, 4.2.0, 4.3.0, 5.0.0, ..., 5.5.0].
composer require drupal/gathercontent -W
Let's start with updating composer.json to allow 6^ versions of migrate_tools (and see if it still works)
Closed: duplicate
6.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thank you, added this to 📌 Automated Drupal 10 compatibility fixes Fixed