-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort allow-plugins and preferred-install, usually
No sorting will be applied if there are wildcards in the middle of strings.
- Loading branch information
1 parent
318079a
commit 9d8f548
Showing
15 changed files
with
164 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...y/AllowPlugins/IsObject/HasEntries/Yes/HasWildcard/Yes/WildcardIsAtEnd/No/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/06-config.md#allow-plugins", | ||
"config": { | ||
"allow-plugins": { | ||
"ergebnis/composer-normalize": true, | ||
"composer/unwanted-plugin-1-test": false, | ||
"composer/*-test": true, | ||
"composer/unwanted-plugin-2-test": false, | ||
"infection/extension-installer": true | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...rty/AllowPlugins/IsObject/HasEntries/Yes/HasWildcard/Yes/WildcardIsAtEnd/No/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/06-config.md#allow-plugins", | ||
"config": { | ||
"allow-plugins": { | ||
"ergebnis/composer-normalize": true, | ||
"composer/unwanted-plugin-1-test": false, | ||
"composer/*-test": true, | ||
"composer/unwanted-plugin-2-test": false, | ||
"infection/extension-installer": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...s/Yes/HasProperty/PreferredInstall/IsObject/HasEntries/Yes/HasWildcard/No/normalized.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/06-config.md#preferred-install", | ||
"config": { | ||
"preferred-install": { | ||
"foo/four": "source", | ||
"foo/one": "source", | ||
"foo/three": "source", | ||
"foo/two": "source" | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...ies/Yes/HasProperty/PreferredInstall/IsObject/HasEntries/Yes/HasWildcard/No/original.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "ergebnis/json-normalizer", | ||
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.", | ||
"license": "MIT", | ||
"type": "library", | ||
"keywords": [ | ||
"json", | ||
"normalizer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Andreas Möller", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://getcomposer.org/doc/06-config.md#preferred-install", | ||
"config": { | ||
"preferred-install": { | ||
"foo/one": "source", | ||
"foo/two": "source", | ||
"foo/three": "source", | ||
"foo/four": "source" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.