1
0
Fork 0
composer/tests/Composer/Test/Package
Sam Minnee 34a21516c8 Fix tilde constraints without a stability suffix to work like wildcard constraints.
With this fix, a tilde constraint such as ~3.1 won't match unstable versions of 3.1,
but a wildcard constraint such as 3.1.* would.  This seems like a confusing
inconsistency, and so I have corrected it.
2013-05-13 11:04:15 +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 Fix tilde constraints without a stability suffix to work like wildcard constraints. 2013-05-13 11:04:15 +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