From 1d8f21201dfd73a025cf712875ddc34faf55aed9 Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Thu, 21 Nov 2024 09:02:17 +0000 Subject: [PATCH] Enhancement: Update schema.json --- test/Fixture/Vendor/Composer/schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/Fixture/Vendor/Composer/schema.json b/test/Fixture/Vendor/Composer/schema.json index a388021f..baa81caf 100644 --- a/test/Fixture/Vendor/Composer/schema.json +++ b/test/Fixture/Vendor/Composer/schema.json @@ -371,6 +371,15 @@ "example": false, "default": true }, + "build-path": { + "type": [ + "string", + "null" + ], + "description": "If specified, this is the subdirectory that will be used to build the extension instead of the root of the project.", + "example": "my-extension-source", + "default": null + }, "configure-options": { "type": "array", "description": "These configure options make up the flags that can be passed to ./configure when installing the extension.",