Composer installs always the version alpha1

Created on 17 March 2025, 16 days ago

Problem/Motivation

I realized that the installation of the module using composer, only install the 1st alpha version and not the last one.

Also, composer require 'drupal/ui_suite_bootstrap:^5.1@alpha'does always install 5.1.0-alpha1 not 5.1.0-alpha6 unless you set in your local composer "minimum-stability": "alpha",

Steps to reproduce

Install the modules using composer as recommended in the project page on Drupal.org
composer require 'drupal/ui_suite_bootstrap:^5.1@alpha'

As you can see in the attached image, the version alpha1 is installed instead of the alpha6.

Proposed resolution

The only way I fixed it is by changing in my composer.json "minimum-stability": "stable" by "minimum-stability": "alpha" and running composer update 'drupal/ui_suite_bootstrap:^5.1.0-alpha6' -W

I don't know if there is another way to fix it.
In case it can only be fixed by changing the local composer.json, it would be a good idea to update the installation documentation with this information.

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

🐛 Bug report
Status

Active

Version

5.1

Component

Miscellaneous

Created by

🇨🇭Switzerland juagarc4

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024