Browse Source

Merge remote-tracking branch 'glady/patch-2'

Jordi Boggiano 8 years ago
parent
commit
3e72a5abd4
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"]