Open garthenweb opened 8 years ago
The github API also provides a list of all tags, already in JSON format and without the dependency to git: https://api.github.com/repos/composer/composer/tags Composer API only provides the latest versions: https://getcomposer.org/versions
It should be possible to use semver definitions as the version number for composer to use ranges of versions. At the moment you must define a concrete version number.
Probably this is best done by parsing the output of
git ls-remote --tags git://github.com/compo ser/composer.git
.