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
Comment #2
nikunjkotechaI 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
Comment #3
hussainwebRelated issue: #2934599: Call to undefined function media_entity_copy_icons() in media_entity/media_entity.install on line 233
Comment #4
balsamaHi. They are pinned because they are alpha stability. See our blog Dependency Version Constraints for more information on when and why we pin dependencies.