1
0
Fork 0

Merge branch '1.0'

pull/5215/merge
Jordi Boggiano 2016-04-19 10:52:01 +01:00
commit fc33e0835e
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()) {