Browse Source

Fixed #6021

Mike Gladysch 8 years ago
parent
commit
9a38d0a222
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/composer-schema.json

+ 1 - 1
res/composer-schema.json

@@ -663,7 +663,7 @@
         },
         "inline-package": {
             "type": "object",
-            "allOf": [
+            "oneOf": [
                 { "$ref": "#" },
                 {
                     "required": ["name", "version"]