From 827f5f9d47f2527c53f168fc4425a08dbba37ff6 Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Sun, 5 Dec 2021 09:06:09 +0000 Subject: [PATCH] Enhancement: Update schema.json --- resource/schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resource/schema.json b/resource/schema.json index 2fef1728..776ab8fb 100644 --- a/resource/schema.json +++ b/resource/schema.json @@ -353,6 +353,13 @@ "type": "boolean", "description": "If true, the Composer autoloader will also look for classes in the PHP include path." }, + "use-parent-dir": { + "type": [ + "string", + "boolean" + ], + "description": "When running Composer in a directory where there is no composer.json, if there is one present in a directory above Composer will by default ask you whether you want to use that directory's composer.json instead. One of: true (always use parent if needed), false (never ask or use it) or \"prompt\" (ask every time), defaults to prompt." + }, "preferred-install": { "type": [ "string",