Skip to content

Commit f63518b

Browse files
committed
fix: add audit configuration to composer.json to block insecure plugins
1 parent e6a4e2b commit f63518b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@
242242
}
243243
},
244244
"config": {
245+
"audit": {
246+
"block-insecure": false
247+
},
245248
"allow-plugins": {
246249
"ergebnis/composer-normalize": true,
247250
"pestphp/pest-plugin": true,

0 commit comments

Comments
 (0)