浏览代码

Add new config option to json schema

Jordi Boggiano 11 年之前
父节点
当前提交
34dd0e2850
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      res/composer-schema.json

+ 4 - 0
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."
                 }
             }
         },