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 5b28eee commit 5c56307Copy full SHA for 5c56307
setup/src/Magento/Setup/Model/ComposerInformation.php
@@ -50,7 +50,7 @@ public function __construct(
50
throw new \Exception('Composer file not found: ' . $composerJson);
51
}
52
53
- putenv('COMPOSER_HOME='.$filesystem->getDirectoryRead(DirectoryList::COMPOSER_HOME)->getAbsolutePath());
+ putenv('COMPOSER_HOME=' . $filesystem->getDirectoryRead(DirectoryList::COMPOSER_HOME)->getAbsolutePath());
54
55
// Create Composer
56
$this->composer = ComposerFactory::create($io, $composerJson);
0 commit comments