From ae55f82698997ee42ccaff2139e5103e8d964ee7 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Wed, 18 Dec 2024 20:32:15 +0000 Subject: [PATCH] Readme: Rewrite table as list for packagist.org packagist.org doesn't support tables in READMEs. --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 047a0a2..87e4b1d 100644 --- a/README.md +++ b/README.md @@ -82,18 +82,16 @@ $ php-matrix --mode=minor-only ">=7.2 <8.4" #### `--mode` -| Value | Description | -|------------------------|--------------------------------------------------------------| -| `minor-only` (default) | Report `MAJOR.MINOR` versions only | -| `full` | Report all satisfying versions in `MAJOR.MINOR.PATCH` format | +Available modes: +- `minor-only` *(default)*: Report `MAJOR.MINOR` versions only +- `full`: Report all satisfying versions in `MAJOR.MINOR.PATCH` format #### `--source` -| Value | Description | -|------------------|-------------------------------------------------------------------------------------------------------------| -| `auto` (default) | Use `offline` in `minor-only` mode. Otherwise, fetch from [php.net](https://www.php.net/releases/index.php) | -| `php.net` | Fetch releases information from [php.net](https://www.php.net/releases/index.php) | -| `offline` | Use [hardcoded releases](resources/all-versions.json) information | +Available sources: +- `auto` *(default)*: Use `offline` in `minor-only` mode. Otherwise, fetch from [php.net](https://www.php.net/releases/index.php) +- `php.net`: Fetch releases information from [php.net](https://www.php.net/releases/index.php) +- `offline`: Use [hardcoded releases](resources/all-versions.json) information ## Installation