1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Merge branch 'master' into 2.0

This commit is contained in:
Jordi Boggiano 2020-02-28 12:51:04 +01:00
commit 9cab8c10cc
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
8 changed files with 83 additions and 24 deletions

View file

@ -316,6 +316,7 @@ class InstallerTest extends TestCase
unset($actualLock['hash']);
unset($actualLock['content-hash']);
unset($actualLock['_readme']);
unset($actualLock['plugin-api-version']);
$this->assertEquals($expectLock, $actualLock);
}