diff --git a/tests/composer.json b/tests/composer.json index 46b7fefdb4..3fc431ec4d 100644 --- a/tests/composer.json +++ b/tests/composer.json @@ -8,6 +8,12 @@ "config": { "platform": { "php": "8.2.99" + }, + "audit": { + "ignore": { + "PKSA-5jz8-6tcw-pbk4": "PHPUnit argument injection - no fix in 11.x line", + "PKSA-z3gr-8qht-p93v": "PHPUnit security advisory - no fix in 11.x line" + } } } }