We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 475547d + fba7680 commit 117fa19Copy full SHA for 117fa19
composer.json
@@ -47,8 +47,8 @@
47
"phpunit/phpunit": "^10.1"
48
},
49
"suggest": {
50
- "ext-pcov": "*",
51
- "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"
52
53
"autoload": {
54
"classmap": [
0 commit comments