Skip to content

Commit a860dab

Browse files
Merge pull request #347 from cocur/feature/disable-audit
Disable Composer audit
2 parents 4eb0338 + 30fdd3f commit a860dab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,10 @@
5555
"psr-4": {
5656
"Cocur\\Slugify\\Tests\\": "tests"
5757
}
58+
},
59+
"config": {
60+
"audit": {
61+
"block-insecure": false
62+
}
5863
}
5964
}

0 commit comments

Comments
 (0)