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

Deprecation detector won't install #132

Open
NicoHaase opened this issue Jul 13, 2017 · 2 comments
Open

Deprecation detector won't install #132

NicoHaase opened this issue Jul 13, 2017 · 2 comments

Comments

@NicoHaase
Copy link

Hi there,
I wanted to install the detector using the global installation. The command composer global require sensiolabs-de/deprecation-detector yields the following error:

[InvalidArgumentException]
Could not find package sensiolabs-de/deprecation-detector at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

It would be cool to give the proper command to all users, as not everyone might know what to do now

@ixarlie
Copy link

ixarlie commented Jul 15, 2017

Try to change your global minimum stability to dev (this defaults to stable)
$ composer global config minimum-stability dev
$ composer global config prefer-stable true

Last command is optional and it will try to get stable versions over unstable ones if there are any.

@NicoHaase
Copy link
Author

I got it done anyway, but my point is not that I personally seeked help, but that the documentation about how to install lacks some details

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