Comment that we need to fix Packagist version ordering

This commit is contained in:
Thaddee Tyl 2015-02-15 14:26:25 +01:00
parent 735fcbd32d
commit 3c413822bb

View File

@ -3176,6 +3176,8 @@ function latestVersion(versions) {
return version;
}
// FIXME: see https://getcomposer.org/doc/04-schema.md#version
// and https://github.com/badges/shields/issues/319#issuecomment-74411045
function versionCompare(v1, v2, operator) {
// discuss at: http://phpjs.org/functions/version_compare/
// original by: Philippe Jausions (http://pear.php.net/user/jausions)