- Issue created by @steve hanson
- 🇺🇸United States steve hanson
For example, trying to update it to 10.0.19 returns
composer require drupal/varbase_core:10.0.19Problem 1 - Root composer.json requires drupal/varbase_core 10.0.19 -> satisfiable by drupal/varbase_core[10.0.19]. - drupal/varbase_core 10.0.19 requires drupal/core ~10.2.0 -> found drupal/core[10.2.0-alpha1, ..., 10.2.x-dev] but the package is fixed to 10.4.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. Problem 2 - drupal/varbase_core 10.0.19 requires drupal/core ~10.2.0 -> found drupal/core[10.2.0-alpha1, ..., 10.2.x-dev] but the package is fixed to 10.4.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. - vardot/varbase 10.0.4 requires drupal/varbase_core ~10 -> satisfiable by drupal/varbase_core[10.0.19]. - vardot/varbase is locked to version 10.0.4 and an update of this package was not requested. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions
- 🇺🇸United States steve hanson
Please feel free to close this - I found my problem (I figured I would as soon as I asked for help). I had another module pinned to an old version and it was keeping varbase_core from upgrading.