-
-
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.
Fix: Add tests for disabling packagist
- Loading branch information
1 parent
3141d2c
commit 87634f5
Showing
4 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...Yes/HasProperty/Repositories/HasEntries/Yes/IsArray/DisablesPackagist/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,22 @@ | ||
{ | ||
"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/05-repositories.md#disabling-packagist-org", | ||
"repositories": [ | ||
{ | ||
"packagist": false | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...s/Yes/HasProperty/Repositories/HasEntries/Yes/IsArray/DisablesPackagist/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,22 @@ | ||
{ | ||
"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/05-repositories.md#disabling-packagist-org", | ||
"repositories": [ | ||
{ | ||
"packagist": false | ||
} | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
...es/HasProperty/Repositories/HasEntries/Yes/IsObject/DisablesPackagist/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,20 @@ | ||
{ | ||
"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/05-repositories.md#disabling-packagist-org", | ||
"repositories": { | ||
"packagist": false | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
.../Yes/HasProperty/Repositories/HasEntries/Yes/IsObject/DisablesPackagist/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,20 @@ | ||
{ | ||
"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/05-repositories.md#disabling-packagist-org", | ||
"repositories": { | ||
"packagist": false | ||
} | ||
} |