You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:It would be cool to give the proper command to all users, as not everyone might know what to do now
The text was updated successfully, but these errors were encountered: