My thunder is on latest 5.6 (Drupal 8.9.9)
Following instructions on https://thunder.github.io/thunder-documentation/update-3-to-6
I am not able to upgrade.

Problem 1
- thunder/thunder-distribution 6.1.x-dev requires drupal/thunder_admin ^4.0 -> satisfiable by drupal/thunder_admin[4.x-dev, 4.0.0-beta1, 4.0.0-beta2] but these conflict with your requirements or minimum-stability.
- thunder/thunder-distribution 6.0.x-dev requires drupal/thunder_admin ^4.0 -> satisfiable by drupal/thunder_admin[4.x-dev, 4.0.0-beta1, 4.0.0-beta2] but these conflict with your requirements or minimum-stability.
- thunder/thunder-distribution 6.0.3 requires drupal/thunder_admin ^4.0 -> satisfiable by drupal/thunder_admin[4.x-dev, 4.0.0-beta1, 4.0.0-beta2] but these conflict with your requirements or minimum-stability.
- thunder/thunder-distribution 6.0.2 requires drupal/thunder_admin ^4.0 -> satisfiable by drupal/thunder_admin[4.x-dev, 4.0.0-beta1, 4.0.0-beta2] but these conflict with your requirements or minimum-stability.
- thunder/thunder-distribution 6.0.1 requires drupal/thunder_admin ^4.0 -> satisfiable by drupal/thunder_admin[4.x-dev, 4.0.0-beta1, 4.0.0-beta2] but these conflict with your requirements or minimum-stability.
- thunder/thunder-distribution 6.0.0 requires drupal/thunder_admin ^4.0 -> satisfiable by drupal/thunder_admin[4.x-dev, 4.0.0-beta1, 4.0.0-beta2] but these conflict with your requirements or minimum-stability.
- Installation request for thunder/thunder-distribution ^6.0 -> satisfiable by thunder/thunder-distribution[6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.0.x-dev, 6.1.x-dev].

Trying to upgrade thunder_admin to current 4.0.0@beta also does not work

Problem 1
- The requested package thunder/thunder-distribution (locked at 3.5.6, required as ^6.0) is satisfiable by thunder/thunder-distribution[3.5.6] but these conflict with your requirements or minimum-stability.
Problem 2
- Conclusion: don't install thunder/thunder-distribution 6.0.3
- Conclusion: don't install thunder/thunder-distribution 6.0.2
- Conclusion: don't install thunder/thunder-distribution 6.0.1
- Conclusion: don't install thunder/thunder-distribution 6.0.0
- Conclusion: don't install thunder/thunder-distribution 6.0.x-dev
- Installation request for composer/semver (locked at 1.7.1) -> satisfiable by composer/semver[1.7.1].
- Installation request for thunder/thunder-distribution ^6.0 -> satisfiable by thunder/thunder-distribution[6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.0.x-dev, 6.1.x-dev].
- Can only install one of: drupal/core[9.1.0-alpha1, 8.9.9].
- Can only install one of: drupal/core[9.1.0-alpha1, 8.9.9].
- Can only install one of: drupal/core[9.1.0-alpha1, 8.9.9].
- Conclusion: don't install thunder/thunder-distribution 6.1.x-dev|install drupal/core 9.1.0-alpha1
- Installation request for drupal/core (locked at 8.9.9) -> satisfiable by drupal/core[8.9.9].

So, I am in a loop of dependencies - how can I solve this?
Thanx for support!!!

Comments

vistree created an issue. See original summary.

volkerk’s picture

You could do a composer why-not thunder/thunder-distribution:^6.0
or provide your composer.json to investigate more.

volkerk’s picture

Status: Active » Postponed (maintainer needs more info)
vistree’s picture

Hi Voker,
output of "composer why-not thunder/thunder-distribution:^6.0"

npm-asset/shariff 3.2.1 requires npm-asset/jquery (>=3.4.1,<4.0.0)
thunder/thunder-distribution 6.0.0 requires drupal/core (~9.0.0)
thunder/thunder-project - does not require drupal/core (but 8.9.9 is installed)
thunder/thunder-distribution 6.0.0 requires drupal/media_entity_instagram (^2.0-alpha1)
thunder/thunder-project - does not require drupal/media_entity_instagram (but 3.0.2 is installed)
thunder/thunder-distribution 6.0.0 requires drupal/thunder_admin (^4.0)
thunder/thunder-project - requires drupal/thunder_admin (^3.0.0)

vistree’s picture

Status: Postponed (maintainer needs more info) » Active
volkerk’s picture

Removing drupal/thunder_admin from the root composer.json should do the trick.

vistree’s picture

Removing thunder_admin from root composer.json stoppt that message. We can close this issue.
Thanx!

daniel.bosen’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.