diff --git a/res/composer-schema.json b/res/composer-schema.json index 90714875c..0f06cc542 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -324,6 +324,12 @@ "example": "without-xdebug-compression", "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]*$" }, + "needs-value": { + "type": "boolean", + "description": "If this is set to true, the flag needs a value (e.g. --with-somelib=), otherwise it is a flag without a value (e.g. --enable-some-feature).", + "example": false, + "default": false + }, "description": { "type": "string", "description": "The description of what the flag does or means.",