Skip to content

Commit f070ecb

Browse files
AJenbosebastianbergmann
authored andcommitted
Correct composer suggestion description
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.
1 parent 7d1ff0e commit f070ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"sort-packages": true
5555
},
5656
"suggest": {
57-
"phpunit/php-invoker": "^2.0.0",
58-
"ext-soap": "*",
59-
"ext-xdebug": "*"
57+
"phpunit/php-invoker": "To allow enforcing time limits",
58+
"ext-soap": "To be able to generate mocks based on WSDL files",
59+
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
6060
},
6161
"bin": [
6262
"phpunit"

0 commit comments

Comments
 (0)