We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f129089 commit c1ce86aCopy full SHA for c1ce86a
composer.json
@@ -86,6 +86,12 @@
86
"cweagans/composer-patches": true,
87
"ondrejmirtes/composer-attribute-collector": true,
88
"vaimo/composer-patches": true
89
+ },
90
+ "audit": {
91
+ "ignore": {
92
+ "PKSA-5jz8-6tcw-pbk4": "PHPUnit argument injection - no fix in 11.x line",
93
+ "PKSA-z3gr-8qht-p93v": "PHPUnit security advisory - no fix in 11.x line"
94
+ }
95
}
96
},
97
"extra": {
0 commit comments