From 34dd0e2850b20f6d9e40c9ca6024629cdc1a9aaf Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 16 Oct 2013 18:35:44 +0200 Subject: [PATCH] Add new config option to json schema --- res/composer-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/composer-schema.json b/res/composer-schema.json index eef9aa3d6..1f68c8b43 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -175,6 +175,10 @@ "discard-changes": { "type": ["string", "boolean"], "description": "The default style of handling dirty updates, defaults to false and can be any of true, false or \"stash\"." + }, + "prepend-autoloader": { + "type": "boolean", + "description": "If false, the composer autoloader will not be prepended to existing autoloaders, defaults to true." } } },