-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
"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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels