From f178a60604111c4bb1b30ff091a5a7b464ecf8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:31:40 -0800 Subject: [PATCH] build(deps-dev): update phpunit/php-code-coverage requirement (#1749) Updates the requirements on [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-10.1.md) - [Commits](https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.8...10.1.11) --- updated-dependencies: - dependency-name: phpunit/php-code-coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 778aacd49..3c5ac1ec9 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "overtrue/phplint": "9.0.4", "phpstan/phpstan": "1.10.42", "phpunit/phpunit": "10.4.2", - "phpunit/php-code-coverage": "10.1.8", + "phpunit/php-code-coverage": "10.1.11", "rector/rector": "0.15.13", "squizlabs/php_codesniffer": "3.7.2" }