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

cannot install globally with composer #141

Open
bruno-ds opened this issue Dec 28, 2017 · 2 comments
Open

cannot install globally with composer #141

bruno-ds opened this issue Dec 28, 2017 · 2 comments

Comments

@bruno-ds
Copy link

Hello,
using Composer version 1.5.6,
when I execute : composer global require sensiolabs-de/deprecation-detector,
I receive this error message :

[InvalidArgumentException]
Could not find a matching version of package sensiolabs-de/deprecation-detector. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).

@xabbuh
Copy link
Member

xabbuh commented Jan 1, 2018

There is no stable release yet. You would need to install the package like this: composer global require sensiolabs-de/deprecation-detector:^0.1@alpha

@bruno-ds
Copy link
Author

bruno-ds commented Jan 2, 2018

Thank you,
perhaps, the readme.md could include this information here : https://github.com/sensiolabs-de/deprecation-detector#composer ?

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