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 74b6689 commit f9bd8acCopy full SHA for f9bd8ac
.github/rm-invalid-lowest-lock-files.php
@@ -79,7 +79,7 @@ function getContentHash(array $composerJson)
79
continue 2;
80
}
81
82
- if (isset($composerJsons[$name][2]['repositories']) && !isset($lockedJson[$key]['repositories'])) {
+ if (isset($composerJsons[$name][2]['repositories']) && !isset($lockedJson['repositories'])) {
83
// the locked package has been patched locally but the lock references a commit,
84
// which means the referencing package itself is not modified
85
continue;
0 commit comments