From e8d3dc5945874565078e8aac4b2e8eda755bcf37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 15:01:53 +0100 Subject: update to 9.2.26 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 6db6936..d6f1079 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,8 @@ "phpunit/phpunit": "^9.3" }, "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