Skip to content

Commit 436f8f4

Browse files
authored
CI: Fix old PHPUnit (#5490)
1 parent a285ed2 commit 436f8f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"config": {
99
"platform": {
1010
"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+
}
1117
}
1218
}
1319
}

0 commit comments

Comments
 (0)