Problem/Motivation

Composer installation is broken for Drupal 9.
[InvalidArgumentException]
Could not find a matching version of package drupal/block_class. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).

Steps to reproduce

In terminal use composer for instalation.
composer require 'drupal/block_class:^1.2'

Proposed resolution

In composer.json add line:
"minimum-stability": "dev",

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

evgen created an issue. See original summary.

evgen’s picture

renatog’s picture

Status: Active » Reviewed & tested by the community

Makes sense

  • RenatoG committed eefcf5f on 8.x-1.x
    Issue #3174320 by evgen, RenatoG: Composer installation is broken for...
renatog’s picture

Status: Reviewed & tested by the community » Fixed

Committed to the dev branch

Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.