Closed
Description
// src/Downloader.php
// line: 200
// 'master.9999999' is an alias of 'dev-master', so they should be identical, but
// version_compare('master.9999999', 'dev-master', '<') returns true,
// so if the bundle's version is 'dev-master', which is normalized as 'master.9999999',
// and the recipe version is 'dev-master', then the 'dev-master' recipe will not be matched.
// This issue affects bundle developers who need install 'dev-master' recipes frequently when developing bundles.
if (version_compare($version, $v, '<')) {
continue;
}
Metadata
Metadata
Assignees
Labels
No labels