-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
The config entry exts_composer_minimum_stability is used for generating the composer-ext.json when the config is present. However, by default it's not set in the migrations and will override the preset 'stable'. This causes the composer installer to fail at acquiring packages since minimum-stability is set but empty and hence does not fulfill the requirements of having it set to anything between dev and stable.