Skip to content

Commit

Permalink
Merge pull request #428 from ergebnis/fix/reference
Browse files Browse the repository at this point in the history
Fix: Add reference to documentation
  • Loading branch information
ergebnis-bot authored Dec 31, 2020
2 parents 339b91a + d71d844 commit 362d3e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Vendor/Composer/ConfigHashNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ final class ConfigHashNormalizer implements NormalizerInterface
'scripts-descriptions',
];

/**
* @see https://getcomposer.org/doc/06-config.md#preferred-install
*/
private const PROPERTIES_THAT_SHOULD_NOT_BE_SORTED = [
'preferred-install',
];
Expand Down

0 comments on commit 362d3e1

Please sign in to comment.