chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 207 forks source link

Remove composer.json and Replace with composer.lock file. #79

Open lancepioch opened 9 years ago

lancepioch commented 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.