fix: #3621558 Require the released View Modes Inventory 5.0.0 instead of the dev branch, to resolve on Stable for Drupal CMS

Issue: #3621558

This recipe required drupal/vmi at 5.0.x-dev, a dev branch. A dev constraint can never be satisfied at Composer's default minimum-stability: stable, so on its own it blocked the Varbase site templates on Drupal CMS.

View Modes Inventory already has a stable release, 5.0.0, and the dev branch is zero commits ahead of that tag — verified with repository/compare. Nothing is lost by moving to the tag.

What changed

  • composer.json: drupal/vmi 5.0.x-dev -> ~5.0.0.

A tilde constraint keeps taking patch releases, so a later patch is picked up without another change here.

Checkpoints

  • Addition/Change/Update/Fix
  • Testing to ensure no regression
  • Reviewed by a human
  • Code review by maintainers
  • Release

This work was done with the help of AI, and reviewed by a human. Per the Drupal AI policy.

Merge request reports

Loading