Skip to content

Commit 9c9b7e5

Browse files
authored
Merge pull request composer#388 from andygrunwald/patch-1
Fix unnecessary array in JSON schema
2 parents 72356ac + 3483a8b commit 9c9b7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/satis-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"additionalProperties": true
8282
},
8383
"minimum-stability": {
84-
"type": ["string"],
84+
"type": "string",
8585
"description": "The minimum stability the packages must have to be install-able. Possible values are: dev, alpha, beta, RC, stable.",
8686
"enum": [ "dev", "alpha", "beta", "rc", "RC", "stable" ]
8787
},

0 commit comments

Comments
 (0)