Skip to content

Commit

Permalink
Add description to suggested composer packages
Browse files Browse the repository at this point in the history
The value in suggestions is not for the version (like in required) but
for a descriptive test that can help developers in deciding if they
should install the suggested package.

This hint will be show to developers when running `composer suggests`
  • Loading branch information
AJenbo authored and sebastianbergmann committed Mar 4, 2023
1 parent 700aa82 commit fba7680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit fba7680

Please sign in to comment.