summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 8c32267..c7e2ddd 100644
--- a/composer.json
+++ b/composer.json
@@ -61,6 +61,12 @@
"bin": [
"bin/validate-json"
],
+ "config": {
+ "audit": {
+ "ignored": ["PKSA-z3gr-8qht-p93v"],
+ "block-insecure": false
+ }
+ },
"scripts": {
"coverage": "@php phpunit --coverage-text",
"style-check": "@php php-cs-fixer fix --dry-run --verbose --diff",