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 4546cbb commit 12acbe4Copy full SHA for 12acbe4
setup/src/Magento/Setup/Model/ComposerInformation.php
@@ -43,7 +43,7 @@ public function __construct(
43
$vendorPath = $filesystem->getDirectoryRead(DirectoryList::CONFIG)->getAbsolutePath('vendor_path.php');
44
$vendorDir = require "{$vendorPath}";
45
$composerJson = $filesystem->getDirectoryRead(DirectoryList::ROOT)->getAbsolutePath()
46
- . "{$vendorDir}/../composer.json";
+ . "/{$vendorDir}/../composer.json";
47
48
$composerJsonRealPath = realpath($composerJson);
49
if ($composerJsonRealPath === false) {
0 commit comments