Closed SerafimArts closed 6 years ago
Remove composer.lock file from .gitignore: https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
composer.lock
.gitignore
Yep. Libraries should not contain lock, only projects. So this PR does not make sense.
lock
Indeed, we should keep it ignored. I'm ok committing composer.lock with git add -f, but just for releases.
git add -f
Remove
composer.lock
file from.gitignore
: https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control