Observe COMPOSER environment variable in init command

main
Michael Aherne 8 years ago committed by Jordi Boggiano
parent feda2a283f
commit 830644f374

@ -115,7 +115,7 @@ EOT
}
}
$file = new JsonFile('composer.json');
$file = new JsonFile(Factory::getComposerFile());
$json = $file->encode($options);
if ($input->isInteractive()) {

Loading…
Cancel
Save