1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Persist prefer-lowest in composer.lock

This commit is contained in:
Nicolas Grekas 2014-12-13 23:56:15 +01:00
parent 98b254a3ec
commit e821ac2772
14 changed files with 45 additions and 13 deletions

View file

@ -48,6 +48,7 @@ install --prefer-dist
"a/a": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}