瀏覽代碼

Fix: Add 'sort-packages' to composer-schema.json

Andreas Möller 7 年之前
父節點
當前提交
d034f1e23f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      res/composer-schema.json

+ 4 - 0
res/composer-schema.json

@@ -278,6 +278,10 @@
                 "htaccess-protect": {
                     "type": "boolean",
                     "description": "Defaults to true. If set to false, Composer will not create .htaccess files in the composer home, cache, and data directories."
+                },
+                "sort-packages": {
+                    "type": "boolean",
+                    "description": "Defaults to false. If set to true, Composer will sort packages when adding/updating a new dependency."
                 }
             }
         },