File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -82,18 +82,16 @@ $ php-matrix --mode=minor-only ">=7.2 <8.4"
8282
8383#### ` --mode `
8484
85- | Value | Description |
86- | ------------------------| --------------------------------------------------------------|
87- | ` minor-only ` (default) | Report ` MAJOR.MINOR ` versions only |
88- | ` full ` | Report all satisfying versions in ` MAJOR.MINOR.PATCH ` format |
85+ Available modes:
86+ - ` minor-only ` * (default)* : Report ` MAJOR.MINOR ` versions only
87+ - ` full ` : Report all satisfying versions in ` MAJOR.MINOR.PATCH ` format
8988
9089#### ` --source `
9190
92- | Value | Description |
93- | ------------------| -------------------------------------------------------------------------------------------------------------|
94- | ` auto ` (default) | Use ` offline ` in ` minor-only ` mode. Otherwise, fetch from [ php.net] ( https://www.php.net/releases/index.php ) |
95- | ` php.net ` | Fetch releases information from [ php.net] ( https://www.php.net/releases/index.php ) |
96- | ` offline ` | Use [ hardcoded releases] ( resources/all-versions.json ) information |
91+ Available sources:
92+ - ` auto ` * (default)* : Use ` offline ` in ` minor-only ` mode. Otherwise, fetch from [ php.net] ( https://www.php.net/releases/index.php )
93+ - ` php.net ` : Fetch releases information from [ php.net] ( https://www.php.net/releases/index.php )
94+ - ` offline ` : Use [ hardcoded releases] ( resources/all-versions.json ) information
9795
9896## Installation
9997
You can’t perform that action at this time.
0 commit comments