From c0524bdd4a9620541db2fcc370842f3578d00e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:30:47 +0000 Subject: [PATCH] Update phpunit/php-code-coverage requirement from ^9.2.31 to ^11.0.7 Updates the requirements on [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases) - [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.31...11.0.7) --- updated-dependencies: - dependency-name: phpunit/php-code-coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47c04655..4aeae98f 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpstan/phpstan-doctrine": "^1.4.3", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-symfony": "^1.4.4", - "phpunit/php-code-coverage": "^9.2.31", + "phpunit/php-code-coverage": "^11.0.7", "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7 || ^7.0", "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", "symfony/framework-bundle": "^5.4.17 || ^6.0 || ^7.0",