You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: res/composer-schema.json
+4
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,10 @@
221
221
"type": ["string"],
222
222
"description": "The minimum stability the packages must have to be install-able. Possible values are: dev, alpha, beta, RC, stable."
223
223
},
224
+
"prefer-stable": {
225
+
"type": ["boolean"],
226
+
"description": "If set to true, stable packages will be prefered to dev packages when possible, even if the minimum-stability allows unstable packages."
227
+
},
224
228
"bin": {
225
229
"type": ["array"],
226
230
"description": "A set of files that should be treated as binaries and symlinked into bin-dir (from config).",
0 commit comments