Skip to content

Install failed b/c of conflict with your requirements or minimum-stability #519

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

Closed
seanmars opened this issue Nov 9, 2017 · 1 comment
Closed

Comments

@seanmars
Copy link

seanmars commented Nov 9, 2017

OS: Windows 10 and OSX 10
PHP: 7.0

Get error when install by composer require felixfbecker/language-server.
The error information is below:

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

  Problem 1
    - Installation request for felixfbecker/language-server ^5.0 -> satisfiable by felixfbecker/language-server[v5.0.0].
    - felixfbecker/language-server v5.0.0 requires jetbrains/phpstorm-stubs dev-master -> satisfiable by jetbrains/phpstorm-stubs[dev-master] but these conflict with your requirements or minimum-stability.
@felixfbecker
Copy link
Owner

satisfiable by jetbrains/phpstorm-stubs[dev-master] but these conflict with your requirements or minimum-stability

You need to set your minimum-stability lower to allow jetbrains/phpstorm-stubs[dev-master].
https://getcomposer.org/doc/04-schema.md#minimum-stability

@felixfbecker felixfbecker changed the title install failed Install failed b/c of conflict with your requirements or minimum-stability Feb 27, 2018
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

2 participants