Skip to content

Commit 1e4fcf7

Browse files
Ignore PHPUnit 5.7.27 security advisory in composer.json (#2004)
1 parent f0418da commit 1e4fcf7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,12 @@
4242
"branch-alias": {
4343
"dev-master": "2.0-dev"
4444
}
45+
},
46+
"config": {
47+
"audit": {
48+
"ignore": {
49+
"PKSA-z3gr-8qht-p93v": "PHPUnit is only a dev dependency. Temporarily ignore PHPUnit security advisory to ensure continued support for PHP 5.6 in CI."
50+
}
51+
}
4552
}
46-
}
53+
}

0 commit comments

Comments
 (0)