From 4158e76f5376fe3c2cfa545cec7eec3bca2edc89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 15:01:00 +0100 Subject: update to 10.0.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b916ef5..1a1bad2 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,8 @@ "phpunit/phpunit": "^10.0" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "autoload": { "classmap": [ -- cgit