92five
92five copied to clipboard
Remove composer.json and Replace with composer.lock file.
This will guarantee that everybody will have the same dependencies (and versions) when running composer install. If you run that without a composer.lock file, then it simply runs composer update and creates a composer.lock file off of that.