The Tip try to Solve the Composer Issue: “package is not available in a stable-enough version.”
-
Open a Command Line Terminal Window
-
Edit the Composer Config File:
nano $HOME/.composer/composer.json
Append:
{ "minimum-stability": "dev" }
The Tip try to Solve the Composer Issue: “package is not available in a stable-enough version.”
Open a Command Line Terminal Window
Edit the Composer Config File:
nano $HOME/.composer/composer.json
Append:
{ "minimum-stability": "dev" }