Composer managed Drupal only installs Alpha4

Created on 26 February 2024, 9 months ago
Updated 28 March 2024, 8 months ago

Problem/Motivation

When starting with a new/clean composer managed Drupal 10 project, Mercury Editor only installs up to alpha4.

When trying to force latest alpha release, you get composer error:

Steps to reproduce

Create a new Drupal 10 project through composer and add ME and Style Options to project: (as well as paragraphs, LP, etc.)
- composer create-project drupal/recommended-project my_site_name
- change composer minimum-stability to dev
- composer require 'drupal/mercury_editor:^2.1@alpha'
- composer require 'drupal/style_options:^1.0@alpha'

Proposed resolution

I believe changing ME composer dependency off of Style Options dev to alpha.

- "drupal/style_options": "1.0.x-dev@dev" => "drupal/style_options:^1.0@alpha"

πŸ› Bug report
Status

Fixed

Version

2.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States esch

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024