sethjohnson1 / conflist5

Conflist cakePHP5
1 stars 0 forks source link

changes to composer.lock #23

Closed nilesjohnson closed 3 weeks ago

nilesjohnson commented 1 month ago

On the new server, the edit function was not working (error about the form template). I added a line that didn't seem to be necessary before; now it works! When committing changes, I see that the composer lock file has also changed... is this good?! The changes are in commit b30c34d

sethjohnson1 commented 1 month ago

Yes, it's fine. It could be .gitignored, too. Running composer update will change it because some dependencies have a wildcard version.

I think run composer update periodically on dev first, verify, then production and the composer.lock will be about the same.