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 d8da920 commit cbd58aaCopy full SHA for cbd58aa
composer-lock-diff
@@ -17,7 +17,7 @@ if (! $opts['only-prod']) {
17
18
if ($opts['json']) {
19
$json_opts = ($opts['pretty']) ? JSON_PRETTY_PRINT : 0;
20
- print json_encode($changes, $json_opts);
+ echo json_encode($changes, $json_opts), PHP_EOL;
21
return;
22
}
23
0 commit comments