File tree 1 file changed +7
-9
lines changed
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"
82
82
83
83
#### ` --mode `
84
84
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
89
88
90
89
#### ` --source `
91
90
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
97
95
98
96
## Installation
99
97
You can’t perform that action at this time.
0 commit comments