- Issue created by @dorficus
Currently the scanner module is using the default PHP version_compare()
function that compares standardized PHP versions. We need to either create a custom method to compare versions or to modify the version number data before the comparison happens.
Test the possibility of massaging the data before it's passed to the version comparison. Since the HeroDevs versioning uses composer style versioning, which allows for metadata to be passed using +
and/or :
, however this isn't valid for a standardized PHP-style version.
Active
Code