Observe COMPOSER environment variable in init command
parent
feda2a283f
commit
830644f374
|
@ -115,7 +115,7 @@ EOT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$file = new JsonFile('composer.json');
|
$file = new JsonFile(Factory::getComposerFile());
|
||||||
$json = $file->encode($options);
|
$json = $file->encode($options);
|
||||||
|
|
||||||
if ($input->isInteractive()) {
|
if ($input->isInteractive()) {
|
||||||
|
|
Loading…
Reference in New Issue