From 94d5d01b73062a405c0b19ce93603bac370aa499 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Sun, 1 Jun 2025 00:53:21 +0200 Subject: [PATCH] [symfony/phpunit-bridge] Disable deprecations helper on 7.3 --- symfony/phpunit-bridge/7.3/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/symfony/phpunit-bridge/7.3/manifest.json b/symfony/phpunit-bridge/7.3/manifest.json index 4766ceb94..c7ff99698 100644 --- a/symfony/phpunit-bridge/7.3/manifest.json +++ b/symfony/phpunit-bridge/7.3/manifest.json @@ -1,5 +1,12 @@ { "add-lines": [ + { + "file": "phpunit.dist.xml", + "content": " ", + "position": "after_target", + "target": "", + "warn_if_missing": true + }, { "file": "phpunit.dist.xml", "content": " \n \n \n ",