1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

remember prefer-stable setting in composer.lock

This commit is contained in:
David Zuelke 2014-07-07 19:51:00 +02:00
parent e77435cd0c
commit d47d9eb253
13 changed files with 35 additions and 11 deletions

View file

@ -31,7 +31,8 @@ Updating a dev package for new reference updates the url and reference
"packages-dev": null,
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {"a/a":20}
"stability-flags": {"a/a":20},
"prefer-stable": false
}
--INSTALLED--
[
@ -57,6 +58,7 @@ update
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {"a/a":20},
"prefer-stable": false,
"platform": [],
"platform-dev": []
}