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 36e71e8 commit 241454fCopy full SHA for 241454f
README.md
@@ -95,10 +95,9 @@ $ php-matrix --mode=minor-only ">=7.2 <8.4"
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)
+- `auto` *(default)*: 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>
0 commit comments