From fd2b15231e1c648fe841709cb8a99e57b51f38ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:14:03 -0700 Subject: [PATCH] build(deps-dev): update phpunit/php-code-coverage requirement (#1682) 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.1...10.1.4) --- 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 03809cbf0..974248155 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "overtrue/phplint": "9.0.4", "phpstan/phpstan": "1.10.33", "phpunit/phpunit": "10.3.3", - "phpunit/php-code-coverage": "10.1.1", + "phpunit/php-code-coverage": "10.1.4", "rector/rector": "0.15.13", "squizlabs/php_codesniffer": "3.7.2" }