phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
181 stars 21 forks source link

remove composer.lock from repo #37

Closed c33s closed 5 years ago

c33s commented 5 years ago

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

Xerkus commented 5 years ago

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.