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:
parent
e77435cd0c
commit
d47d9eb253
13 changed files with 35 additions and 11 deletions
|
@ -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": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue