1
0
Fork 0
composer/tests/Composer/Test/Package
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
..
Archiver Use ExecutableFinder instead of relying on exit codes, refs #1829 2013-04-26 11:02:53 +02:00
Dumper Define an option to exclude files in the archive command 2013-03-28 12:49:52 +01:00
LinkConstraint Correctly treat dev versions for other types of comparisons and add tests 2012-07-11 20:49:53 +02:00
Loader Merge remote-tracking branch 'hason/alias' 2013-04-28 12:54:59 +02:00
Version Fixed lower bound of tilde and wildcard matches. 2013-05-20 19:03:21 +12:00
BasePackageTest.php Settings of the same repository for a package is allowed. 2013-04-11 13:25:04 +02:00
CompletePackageTest.php Fix target-dir with multiple slashes too 2012-09-19 11:25:49 +02:00
LockerTest.php Add readme entry to lock file to explain what it is 2013-04-08 18:15:08 +02:00