1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Merge pull request #9477 from naderman/fix-alias-conflicts

Explicit conflicts should conflict with aliases of packages too
This commit is contained in:
Jordi Boggiano 2020-11-26 13:59:57 +01:00 committed by GitHub
commit d00edab884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 256 additions and 27 deletions

View file

@ -840,6 +840,7 @@ class SolverTest extends TestCase
array('job' => 'install', 'package' => $packageB),
array('job' => 'markAliasInstalled', 'package' => $packageBAlias),
array('job' => 'install', 'package' => $packageC),
array('job' => 'markAliasInstalled', 'package' => $packageCAlias),
));
}