mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
Apply suggestions from code review
Co-authored-by: James Titcumb <james@asgrim.com>
This commit is contained in:
committed by
GitHub
parent
d6a347c183
commit
863a7b823f
@@ -249,13 +249,14 @@ to restrict the Operating System compatibility.
|
||||
* `os-families` An array of OS families to mark as compatible with the extension.
|
||||
(e.g. `"os-families": ["windows"]` for an extension only available on Windows)
|
||||
* `os-families-exclude` An array of OS families to mark as incompatible with the
|
||||
extension. (e.g. `"os-families-exclude": ["windows"]` for an extension cannot
|
||||
be installed available on Windows)
|
||||
extension. (e.g. `"os-families-exclude": ["windows"]` for an extension that
|
||||
cannot be installed available on Windows)
|
||||
|
||||
The list of accepted OS families: "windows", "bsd", "darwin", "solaris", "linux",
|
||||
"unknown"
|
||||
|
||||
> Note: only once of `os-families` and `os-families-exclude` can be defined.
|
||||
> [!WARNING]
|
||||
> Only one of `os-families` and `os-families-exclude` can be defined.
|
||||
|
||||
#### Extension dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user