Skip to content

Commit 5c3b655

Browse files
committed
docs: use Composer brand name where possible
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 226a4ff commit 5c3b655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ The "job" element will have the following elements, but is not restricted to the
111111
],
112112
"dependencies": "(optional) dependencies to test against; one of lowest, locked, latest. default: locked",
113113
"command": "(required) command to run to perform the check",
114-
"ignore_platform_reqs_8": "(optional; deprecated) boolean; whether to add `--ignore-platform-req=php` to composer for PHP 8.0. default: true",
115-
"ignore_php_platform_requirement": "(optional) boolean; whether to add `--ignore-platform-req=php` to composer for this job.",
114+
"ignore_platform_reqs_8": "(optional; deprecated) boolean; whether to add `--ignore-platform-req=php` to Composer for PHP 8.0. default: true",
115+
"ignore_php_platform_requirement": "(optional) boolean; whether to add `--ignore-platform-req=php` to Composer for this job.",
116116
"additional_composer_arguments": [
117117
"(optional) list of arguments to be passed to `composer install` and `composer update`"
118118
]
@@ -225,7 +225,7 @@ If you want to limit the exclusion to specific PHP versions, you can additionall
225225
}
226226
```
227227

228-
In case you only want to exclude jobs for specific composer dependency sets, add `dependencies` to the `exclude` configuration:
228+
In case you only want to exclude jobs for specific Composer dependency sets, add `dependencies` to the `exclude` configuration:
229229

230230
```json
231231
{

0 commit comments

Comments
 (0)