1
0
Fork 0

Observe COMPOSER environment variable in init command

pull/5215/merge
Michael Aherne 2016-04-19 10:51:44 +01:00 committed by Jordi Boggiano
parent feda2a283f
commit 830644f374
1 changed files with 1 additions and 1 deletions

View File

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