From f7525ddf521051913742d6ca27c8954c345d2d9e Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 25 Nov 2021 15:55:36 +0100 Subject: [PATCH] Reorder config slightly --- res/composer-schema.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 0b68e6708..e2e32cafa 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -281,6 +281,13 @@ "type": "object", "description": "Composer options.", "properties": { + "platform": { + "type": "object", + "description": "This is a hash of package name (keys) and version (values) that will be used to mock the platform packages on this machine.", + "additionalProperties": { + "type": ["string", "boolean"] + } + }, "process-timeout": { "type": "integer", "description": "The timeout in seconds for process executions, defaults to 300 (5mins)." @@ -381,13 +388,6 @@ "type": ["string", "boolean"], "description": "What to do after prompting for authentication, one of: true (store), false (do not store) or \"prompt\" (ask every time), defaults to prompt." }, - "platform": { - "type": "object", - "description": "This is a hash of package name (keys) and version (values) that will be used to mock the platform packages on this machine.", - "additionalProperties": { - "type": ["string", "boolean"] - } - }, "vendor-dir": { "type": "string", "description": "The location where all packages are installed, defaults to \"vendor\"."