Skip to content

Commit 0327b7f

Browse files
authored
Add package sorting when sort-packages flag is enabled
Fix small typo
1 parent d4e1093 commit 0327b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/composer-git-merge-driver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if ($isLock) {
202202
}
203203
}
204204

205-
$merged = json_encode($result, JSON_ENCODE_OPTIONS);
205+
$merged = json_encode($merged, JSON_ENCODE_OPTIONS);
206206
}
207207

208208
// if we have conflicts, replace the conflict markers with the actual conflicting values

0 commit comments

Comments
 (0)