phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.

Home Page:https://phly.github.io/keep-a-changelog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove composer.lock from repo

c33s opened this issue · comments

for libs composer.lock should not be in the repo. for example see https://github.com/Seldaek/monolog

composer.lock is used to indicate when test breakage because of changed dependencies and not changes in the library itself.
Besides locked dependencies library is also tested with lowest and latest dependencies.

See travis build config file.