Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2022-07-04 12:19:16 +03:00
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -795,6 +795,7 @@ class Diff
let composerNewContents = cp.execSync("cat " + currentPath + "/composer.json").toString();
composerNewContents = composerNewContents.replace(/(\r\n)/g, '\n');
composerLockNewContents = composerLockNewContents.replace(/(\r\n)/g, '\n');
if (
composerLockNewContents === composerLockOldContents &&