1
0
Fork 0
composer/tests
Beau Simensen 96a76eeffc Semantic Version Parsing: ~version
Implemented `~` according to #643 and used the following versions
as a test case as defined by @Seldaek:

 * "~1.2.3.4" = ">=1.2.3.4 <1.2.4.0-dev"
 * "~1.2.3" = ">=1.2.3 <1.3.0-dev"
 * "~1.2" = ">=1.2.0 <2.0.0-dev"
 * "~1" = ">=1.0.0 <2.0.0-dev"

Refs #643
2012-10-06 07:49:11 -07:00
..
Composer/Test Semantic Version Parsing: ~version 2012-10-06 07:49:11 -07:00
bootstrap.php Update PEAR Package Extractor to use 'task:replace', 'phprelease' commands and install role='script' files 2012-07-03 19:18:58 +11:00
complete.phpunit.xml Rename tests/phpunit.xml.dist for clarity 2012-06-25 18:59:41 +02:00