We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1ff99 commit 494afa5Copy full SHA for 494afa5
2 files changed
composer.json
@@ -86,12 +86,6 @@
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": {
tests/composer.json
@@ -8,6 +8,12 @@
8
"config": {
9
"platform": {
10
"php": "8.2.99"
11
+ },
12
+ "audit": {
13
+ "ignore": {
14
+ "PKSA-5jz8-6tcw-pbk4": "PHPUnit argument injection - no fix in 11.x line",
15
+ "PKSA-z3gr-8qht-p93v": "PHPUnit security advisory - no fix in 11.x line"
16
+ }
17
18
19
0 commit comments