From ae0c20ab18298c059b0f7b89206b340fd7e9ef0e Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 23 Feb 2025 02:25:14 +0100 Subject: [PATCH] composer: Allow phpunit-bridge 6.0 and 7.0 This is required for PHP 8.4 support. On master this was done in 66215a6c809ba63a59b5d598c4ddd7842bb3d52b and 1ac761d708d3dfee187461feaf9c39667678c965. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 508105e..b3116b7 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", "monolog/monolog": "^1.24|^2.1", - "symfony/phpunit-bridge": "^4.4|^5.3" + "symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0" }, "suggest": { "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."