소스 검색

Update json schema as archive include was removed

Nils Adermann 12 년 전
부모
커밋
0b23643a44
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      res/composer-schema.json

+ 1 - 5
res/composer-schema.json

@@ -208,11 +208,7 @@
             "properties": {
                 "exclude": {
                     "type": "array",
-                    "description": "A list of paths to exclude."
-                },
-                "include": {
-                    "type": "array",
-                    "description": "A list of paths to include even though an exclude rule exists for them."
+                    "description": "A list of patterns for paths to exclude or include if prefixed with an exclamation mark."
                 }
             }
         },