Skip to content

Commit

Permalink
Fix: Add test case for config.allow-plugins with useless configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 12, 2022
1 parent 7d367a9 commit a0ea9a5
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
@@ -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": "am@localheinz.com"
}
],
"homepage": "https://getcomposer.org/doc/06-config.md#allow-plugins",
"config": {
"allow-plugins": {
"composer/*": false,
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
}
}
}
@@ -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": "am@localheinz.com"
}
],
"homepage": "https://getcomposer.org/doc/06-config.md#allow-plugins",
"config": {
"allow-plugins": {
"composer/*": false,
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit a0ea9a5

Please sign in to comment.