deprecation-detector icon indicating copy to clipboard operation
deprecation-detector copied to clipboard

cannot install globally with composer

Open bruno-ds opened this issue 7 years ago • 2 comments

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).

bruno-ds avatar Dec 28 '17 13:12 bruno-ds

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

xabbuh avatar Jan 01 '18 13:01 xabbuh

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

bruno-ds avatar Jan 02 '18 09:01 bruno-ds