We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72356ac + 3483a8b commit 9c9b7e5Copy full SHA for 9c9b7e5
res/satis-schema.json
@@ -81,7 +81,7 @@
81
"additionalProperties": true
82
},
83
"minimum-stability": {
84
- "type": ["string"],
+ "type": "string",
85
"description": "The minimum stability the packages must have to be install-able. Possible values are: dev, alpha, beta, RC, stable.",
86
"enum": [ "dev", "alpha", "beta", "rc", "RC", "stable" ]
87
0 commit comments