Skip to content

composer.json: require @alpha of fences 8.2 #1

@JPustkuchen

Description

@JPustkuchen

"require": {
"drupal/fences": "^8.2"
}

should be

"require": {
"drupal/fences": "^2.0@alpha"
}

(Minimum 2.x alpha version and don't use Drupal 8.x prefix, see https://www.drupal.org/project/fences)
There is no stable version existing yet and if you don't lower the general stability requirements composer will fail with:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for drupal/fences_block dev-master -> satisfiable by drupal/fences_block[dev-master].
- drupal/fences_block dev-master requires drupal/fences ^8.2 -> no matching package found.

It would be great if you could change this. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions