From df2b652b059337601c13aef5d7bdaf488e44eefe Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 13 Dec 2022 21:26:11 +0100 Subject: [PATCH] Downgrade to `phpunit/php-code-coverage:9.2.17` for better coverage results Ref: https://github.com/sebastianbergmann/php-code-coverage/issues/953 Ref: https://github.com/infection/infection/issues/1773 Ref: https://github.com/infection/infection/pull/1774 Ref: https://github.com/infection/infection/commit/a11570f7ee547a65fce81e6c53a454119559683e Ref: https://github.com/sebastianbergmann/php-code-coverage/pull/964 --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 4c54c1d4..6e9f16bc 100644 --- a/composer.lock +++ b/composer.lock @@ -2861,16 +2861,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.20", + "version": "9.2.17", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "af7463c955007de36db0c5e26d03e2f933c2e980" + "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/af7463c955007de36db0c5e26d03e2f933c2e980", - "reference": "af7463c955007de36db0c5e26d03e2f933c2e980", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8", + "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8", "shasum": "" }, "require": {