Skip to content

Commit 4d17e1a

Browse files
authored
Readme: Rewrite table as list for packagist.org (#8)
packagist.org doesn't support tables in READMEs.
1 parent 811c484 commit 4d17e1a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)