Results in the version not being found - it seems like the full version tag needs to be specified.
Error:
Changed current directory to /home/murray/.config/composer
./composer.json has been created
Running composer update modmore/gitify
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires modmore/gitify ^2, found modmore/gitify[2.0.0-alpha1, 2.0.0-alpha2] but it does not match your minimum-stability.
Installation failed, deleting ./composer.json.
Running the command with the full tag works:
composer global require modmore/gitify:^2.0.0-alpha2
The global composer install command for v2:
Results in the version not being found - it seems like the full version tag needs to be specified.
Error:
Running the command with the full tag works: