소스 검색

Merge pull request #7172 from localheinz/fix/type

Fix: Add type field to schema for inline-package
Jordi Boggiano 7 년 전
부모
커밋
ba667a88b6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      res/composer-schema.json

+ 1 - 0
res/composer-schema.json

@@ -683,6 +683,7 @@
             }
         },
         "inline-package": {
+            "type": "object",
             "required": ["name", "version"],
             "properties": {
                 "name": {