1
0
Fork 0
composer/tests/Composer/Test/Package/Version
Sam Minnee 95b4348afa Fixed lower bound of tilde and wildcard matches.
The lower bound of ~1.2 and 1.2.* style version requirements now uses >= 1.2.0.0-dev instead of
> 1.1.9999999.9999999.  This is more straightforward to read, and behaves equivalently.
2013-05-20 19:03:21 +12:00
..
VersionParserTest.php Fixed lower bound of tilde and wildcard matches. 2013-05-20 19:03:21 +12:00