You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
12 years ago
..
Composer/Test Semantic Version Parsing: ~version 12 years ago
bootstrap.php Update PEAR Package Extractor to use 'task:replace', 'phprelease' commands and install role='script' files 12 years ago
complete.phpunit.xml Rename tests/phpunit.xml.dist for clarity 12 years ago