We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fc849 commit 36e71e8Copy full SHA for 36e71e8
README.md
@@ -94,6 +94,12 @@ $ php-matrix --mode=minor-only ">=7.2 <8.4"
94
95
### `--source`
96
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
+
103
<dl>
104
<dt><code>auto</code> (default)</dt>
105
<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