Skip to content

Commit 494afa5

Browse files
committed
fix
1 parent fa1ff99 commit 494afa5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@
8686
"cweagans/composer-patches": true,
8787
"ondrejmirtes/composer-attribute-collector": true,
8888
"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-
}
9589
}
9690
},
9791
"extra": {

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)