[travis] minor fix (quater)

This commit is contained in:
Nicolas Grekas 2018-09-03 15:07:08 +02:00
parent 74b6689838
commit f9bd8acc58

View File

@ -79,7 +79,7 @@ foreach ($composerJsons as list($dir, $lockedPackages)) {
continue 2; continue 2;
} }
if (isset($composerJsons[$name][2]['repositories']) && !isset($lockedJson[$key]['repositories'])) { if (isset($composerJsons[$name][2]['repositories']) && !isset($lockedJson['repositories'])) {
// the locked package has been patched locally but the lock references a commit, // the locked package has been patched locally but the lock references a commit,
// which means the referencing package itself is not modified // which means the referencing package itself is not modified
continue; continue;