소스 검색

Made the type of bin-compat to enum in Composer schema

Kocsis Máté 10 년 전
부모
커밋
ca0b5495b6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      res/composer-schema.json

+ 1 - 0
res/composer-schema.json

@@ -183,6 +183,7 @@
                 },
                 "bin-compat": {
                     "type": "string",
+                    "enum": ["auto", "nosymlink", "full"],
                     "description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"nosymlink\" (compatible with Unix-based systems) or \"full\" (compatible with both Windows and Unix-based systems)."
                 },
                 "discard-changes": {