I see these in the require section of lightning_media's composer.json.

        "drupal/media_entity": "2.0.0-alpha2",
        "drupal/media_entity_instagram": "2.0.0-alpha1",
        "drupal/media_entity_twitter": "2.0.0-alpha2",
        "drupal/entity_browser": "2.0.0-alpha2",

Why are they pinned to alpha2? I was trying to get a bugfix in media_entity module which is present in its beta release but I couldn't upgrade to that because of this constraint.

Comments

hussainweb created an issue. See original summary.

nikunjkotecha’s picture

I think it's mainly because we are required to migrate from media_entity contrib module to media core module.

see:
https://www.drupal.org/project/lightning/issues/2934686
https://www.drupal.org/project/lightning/issues/2933829

balsama’s picture

Status: Active » Closed (works as designed)

Hi. They are pinned because they are alpha stability. See our blog Dependency Version Constraints for more information on when and why we pin dependencies.