From 71583e29b14c8cdfb1ae75f38acda67a8c6e6cc0 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 18 Apr 2026 13:21:04 +0200 Subject: [PATCH] Revert "CI: Fix old PHPUnit (#5490)" This reverts commit 436f8f4ad0fb7940e986df56670fe31b45d58405. --- tests/composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/composer.json b/tests/composer.json index 3fc431ec4da..46b7fefdb4e 100644 --- a/tests/composer.json +++ b/tests/composer.json @@ -8,12 +8,6 @@ "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" - } } } }