Closed montchr closed 6 months ago
Hello Chris! 👋🏻 Thank you for your question.
My repositories are not "download&use" but "learn&understand".
Ignoring the lock file allows me to issue composer update
in this template repo without introducing file changes.
In production you could go
a sneak peek into the README
Gotcha, makes sense. Thanks for the clarification!
Glad to talk to you.
I noticed that you have
/composer.lock
in.gitignore
. Could you help me understand your reasoning and some idea of your workflow re:composer.lock
? Does that file not sit around as "state" that might differ across environments?