Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JPustkuchen opened this issue Dec 7, 2017 · 1 comment
Open

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

JPustkuchen opened this issue Dec 7, 2017 · 1 comment

Comments

@JPustkuchen
Copy link

JPustkuchen commented Dec 7, 2017

"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!

@JPustkuchen
Copy link
Author

I created a pull request: #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant