qossmic / deprecation-detector

MIT License
390 stars 40 forks source link

cannot install globally with composer #141

Open bruno-ds opened 6 years ago

bruno-ds commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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