We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b84b0 commit 14725ccCopy full SHA for 14725cc
1 file changed
src/Analyser/ResultCache/ResultCacheManager.php
@@ -618,8 +618,9 @@ private function getComposerInstalled(): array
618
}
619
620
$installed = require $filePath;
621
+ $rootName = $installed['root']['name'];
622
unset($installed['root']);
- unset($installed['versions']['__root__']);
623
+ unset($installed['versions'][$rootName]);
624
625
$data[$filePath] = $installed;
626
0 commit comments