The 'hash' key in composer.json files was removed by composer version 1.3.0 in December 2016, in favour of the 'content-hash' key.
Update the code to validate the content-hash instead.
Fixes T15647
Differential D25442
Update ArcanistComposerLinter.php to check content-hash instead of hash Sten on Sep 27 2023, 09:11. Authored by Tags None Referenced Files
Subscribers
Details
The 'hash' key in composer.json files was removed by composer version 1.3.0 in December 2016, in favour of the 'content-hash' key. Update the code to validate the content-hash instead. Fixes T15647
Diff Detail
|