-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63d325f
commit 8391901
Showing
30 changed files
with
619 additions
and
12 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
27 changes: 27 additions & 0 deletions
27
...ories/HasEntries/Yes/IsArray/UsesFiltering/Yes/WithExclude/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,27 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.foo.com", | ||
"exclude": [ | ||
"vendor/one", | ||
"vendor/two" | ||
] | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
...itories/HasEntries/Yes/IsArray/UsesFiltering/Yes/WithExclude/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,24 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"url": "http://packages.foo.com", | ||
"exclude": ["vendor/two","vendor/one"], | ||
"type": "composer" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.../IsArray/UsesFiltering/Yes/WithExclude/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,27 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.foo.com", | ||
"exclude": [ | ||
"vendor-two/*-test", | ||
"vendor-one/*-test" | ||
] | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
...es/IsArray/UsesFiltering/Yes/WithExclude/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,24 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"url": "http://packages.foo.com", | ||
"exclude": ["vendor-two/*-test","vendor-one/*-test"], | ||
"type": "composer" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
...IsArray/UsesFiltering/Yes/WithExclude/HasWildcard/Yes/WildcardIsAtEnd/Yes/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,27 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.foo.com", | ||
"exclude": [ | ||
"vendor-one/*", | ||
"vendor-two/*" | ||
] | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
...s/IsArray/UsesFiltering/Yes/WithExclude/HasWildcard/Yes/WildcardIsAtEnd/Yes/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,24 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"url": "http://packages.foo.com", | ||
"exclude": ["vendor-two/*","vendor-one/*"], | ||
"type": "composer" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
...sitories/HasEntries/Yes/IsArray/UsesFiltering/Yes/WithOnly/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,27 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.foo.com", | ||
"only": [ | ||
"vendor/one", | ||
"vendor/two" | ||
] | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
...positories/HasEntries/Yes/IsArray/UsesFiltering/Yes/WithOnly/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,24 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"url": "http://packages.foo.com", | ||
"only": ["vendor/two","vendor/one"], | ||
"type": "composer" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
...Yes/IsArray/UsesFiltering/Yes/WithOnly/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,27 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.foo.com", | ||
"only": [ | ||
"vendor-two/*-test", | ||
"vendor-one/*-test" | ||
] | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
...s/Yes/IsArray/UsesFiltering/Yes/WithOnly/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,24 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"url": "http://packages.foo.com", | ||
"only": ["vendor-two/*-test","vendor-one/*-test"], | ||
"type": "composer" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
...es/IsArray/UsesFiltering/Yes/WithOnly/HasWildcard/Yes/WildcardIsAtEnd/Yes/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,27 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.foo.com", | ||
"only": [ | ||
"vendor-one/*", | ||
"vendor-two/*" | ||
] | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
.../Yes/IsArray/UsesFiltering/Yes/WithOnly/HasWildcard/Yes/WildcardIsAtEnd/Yes/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,24 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": [ | ||
{ | ||
"url": "http://packages.foo.com", | ||
"only": ["vendor-two/*","vendor-one/*"], | ||
"type": "composer" | ||
} | ||
] | ||
} |
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
27 changes: 27 additions & 0 deletions
27
...ries/HasEntries/Yes/IsObject/UsesFiltering/Yes/WithExclude/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,27 @@ | ||
{ | ||
"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/04-schema.md#repositories", | ||
"repositories": { | ||
"foo": { | ||
"type": "composer", | ||
"url": "http://packages.foo.com", | ||
"exclude": [ | ||
"vendor/one", | ||
"vendor/two" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.