-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide if composer.lock should be tracked in Git (or stay with composer.lock in .gitignore) #597
Comments
Related chat thread on Gitter: https://gitter.im/cypht-org/community?at=62fa629511a6a83d040e77fb |
Removing composer.lock has caused an issue with install. As composer.json contains the pre install and pre update commands I'm a neophyte with composer and stuff, so I worked around this by replacing the commands in pre-install and pre-update with |
I'm having this same issue when trying to update. |
For the record, composer.lock was removed here: 131daac And it's highly likely we will resume maintaining composer.lock in Git |
composer.lock is now back in the code base: |
https://stackoverflow.com/questions/12896780/should-composer-lock-be-committed-to-version-control
https://search.brave.com/search?q=composer.lock
composer.lock is now in https://github.com/jasonmunro/cypht/blob/master/.gitignore
Related: #311
The text was updated successfully, but these errors were encountered: