Open lancepioch opened 9 years ago
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.
composer install
composer update
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 runscomposer update
and creates a composer.lock file off of that.