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 33b0875 commit d0031caCopy full SHA for d0031ca
tests/integration/autoloader/autoload-with-composer/vendor/composer/InstalledVersions.php
@@ -38,7 +38,7 @@ public static function getAllRawData()
38
// This Composer's runtime API method is used by the agent to get the root package:
39
public static function getRootPackage()
40
{
41
- $installed = require __DIR__ . '/installed.php';
+ $installed = self::getAllRawData();
42
// This mock only returns a single dataset; in real life, there could be more
43
return $installed[0]['root'];
44
}
0 commit comments