Skip to content

Commit

Permalink
Correct composer suggestion description
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.
  • Loading branch information
AJenbo authored and sebastianbergmann committed Mar 4, 2023
1 parent 7d1ff0e commit f070ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"sort-packages": true
},
"suggest": {
"phpunit/php-invoker": "^2.0.0",
"ext-soap": "*",
"ext-xdebug": "*"
"phpunit/php-invoker": "To allow enforcing time limits",
"ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
"bin": [
"phpunit"
Expand Down

0 comments on commit f070ecb

Please sign in to comment.