mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Add markers for leftover problems
This commit is contained in:
parent
1228c04984
commit
1bdab5c4c8
2 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@ class FilesystemRepository extends ArrayRepository implements WritableRepository
|
|||
$loader = new ArrayLoader();
|
||||
foreach ($packages as $package) {
|
||||
$package = $loader->load($package);
|
||||
// TODO discriminate between really installed as alias and installed as real package
|
||||
if ($package->getAlias()) {
|
||||
$this->addPackage($this->createAliasPackage($package));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue