1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +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

@ -47,6 +47,7 @@ install --prefer-dist
"stability-flags": {
"a/a": 20
},
"prefer-stable": false,
"platform": [],
"platform-dev": []
}