1
0
Fork 0
composer/tests/Composer/Test/DependencyResolver
Nils Adermann 7197278fe9 Always install aliases together with their original package
Restores some Composer 1.x behavior like unbound constraints conflicting
with default branches unless they are branch aliased.

Simplifies conflicts with aliases because packages cannot be installed
without their aliases, so we do not need to know which aliases are
uninstalled in lock file or installed.json.
2020-11-26 12:10:07 +01:00
..
Fixtures/poolbuilder Add test to ensure root requirements do not get expanded by the pool builder 2020-10-13 15:14:20 +02:00
DefaultPolicyTest.php Introduce constants for Composer\Package\Link types 2020-09-21 14:22:06 +02:00
PoolBuilderTest.php PoolBuilderTest: Allow setting filter options for repositories 2020-08-28 13:07:11 +02:00
PoolTest.php Keep track of unacceptable fixed packages for later to use in error reporting and make sure the pool state is consistent 2020-01-17 15:48:31 +01:00
RequestTest.php Get rid of EmptyConstraint 2020-06-05 16:52:24 +02:00
RuleSetIteratorTest.php Use RULE_LEARNED instead of RULE_FIXED 2020-06-02 13:21:05 +02:00
RuleSetTest.php Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
RuleTest.php Get rid of EmptyConstraint 2020-06-05 16:52:24 +02:00
SolverTest.php Always install aliases together with their original package 2020-11-26 12:10:07 +01:00
TransactionTest.php Make sure Transaction sorts operations correctly to begin with 2020-10-25 14:06:45 +01:00