1
0
Fork 0

Make more obvious

pull/2054/head
Jordi Boggiano 2013-07-01 00:14:57 +02:00
parent 9017fe199f
commit 536685fa9c
1 changed files with 3 additions and 1 deletions

View File

@ -513,7 +513,9 @@ and `stable`.
When this is enabled, Composer will prefer more stable packages over unstable When this is enabled, Composer will prefer more stable packages over unstable
ones when finding compatible stable packages is possible. If you require a ones when finding compatible stable packages is possible. If you require a
dev version or only alphas are available for a package, those will still be dev version or only alphas are available for a package, those will still be
selected granted that the minimum-stability allows for it. Use `"prefer-stable": true` to enable. selected granted that the minimum-stability allows for it.
Use `"prefer-stable": true` to enable.
### repositories <span>(root-only)</span> ### repositories <span>(root-only)</span>