Skip to content

Commit

Permalink
Add os-families-exclude configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Nov 21, 2024
1 parent f7845dd commit 435d100
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer-json-php-ext-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
"example": false,
"default": true
},
"os-families-exclude": {
"type": "array",
"description": "An array of OS families to mark as incompatible with the extension.",
"items": {
"type": "string",
"enum": ["Windows", "BSD", "Darwin", "Solaris", "Linux", "Unknown"],
"description": "The name of the OS family to exclude."
}
},
"configure-options": {
"type": "array",
"description": "These configure options make up the flags that can be passed to ./configure when installing the extension.",
Expand Down

0 comments on commit 435d100

Please sign in to comment.