From cd1e61d580feab3f705131122df4104b0d61d797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:45:18 +0000 Subject: [PATCH] Update dependency phpunit/php-code-coverage to ^10.1.9 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | phpunit/php-code-coverage | 10.1.8 | 10.1.9 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5613b43c..21f2ba72 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "ext-simplexml": "*", "fidry/cpu-core-counter": "^0.5.1 || ^1.0.0", "jean85/pretty-package-versions": "^2.0.5", - "phpunit/php-code-coverage": "^10.1.8", + "phpunit/php-code-coverage": "^10.1.9", "phpunit/php-file-iterator": "^4.1.0", "phpunit/php-timer": "^6.0", "phpunit/phpunit": "^10.4.2",