Add php-tuf/composer-stager to core dependencies
1 unresolved thread
1 unresolved thread
Closes #3331078
Merge request reports
Activity
32 32 * 33 33 * @see https://getcomposer.org/doc/04-schema.md#minimum-stability 34 34 */ 35 protected const MINIMUM_STABILITY = 'stable'; 35 protected const MINIMUM_STABILITY = 'RC'; - Comment on lines -35 to +35
Scope creep/bad merge? This needs a followup and a docblock addition if it's a required part of the MR.
Edit: I see, it's because composer-stager is in RC. Maybe we should tag a stable release there instead. We need to resolve those stable blockers anyway (removing some of the dev deps still, adding it to the governance, etc.).
Edited by Jess
Please register or sign in to reply