Skip to content

Commit 36e71e8

Browse files
committed
Readme: Format table for packagist.org
1 parent 00fc849 commit 36e71e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ $ php-matrix --mode=minor-only ">=7.2 <8.4"
9494

9595
### `--source`
9696

97+
Available sources:
98+
- `auto`: Use `offline` in `minor-only` mode. Otherwise, fetch from [php.net](https://www.php.net/releases/index.php)
99+
- `php.net`: Fetch releases information from [php.net](https://www.php.net/releases/index.php)
100+
- `offline`: Use [hardcoded releases information](resources/all-versions.json)
101+
[default: "auto"]
102+
97103
<dl>
98104
<dt><code>auto</code> (default)</dt>
99105
<dd>Use <code>offline</code> in <code>minor-only</code> mode. Otherwise, fetch from <a href="https://www.php.net/releases/index.php">php.net</a></dd>

0 commit comments

Comments
 (0)