marcioAlmada / yay

Yay is a high level PHP preprocessor
https://github.com/marcioAlmada/yay
MIT License
572 stars 35 forks source link

Add composer.lock in git #40

Closed SerafimArts closed 6 years ago

SerafimArts commented 7 years ago

Remove composer.lock file from .gitignore: https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control

SerafimArts commented 6 years ago

Yep. Libraries should not contain lock, only projects. So this PR does not make sense.

marcioAlmada commented 6 years ago

Indeed, we should keep it ignored. I'm ok committing composer.lock with git add -f, but just for releases.