PHPPHP icon indicating copy to clipboard operation
PHPPHP copied to clipboard

Delete composer.lock

Open ghost opened this issue 8 years ago • 2 comments

[RuntimeException]
The lock file does not contain require-dev information, run install with the --no-dev option or run update to install those packages.

ghost avatar Dec 08 '16 03:12 ghost

composer.lock should always be checked in to a repository, it ensures that you use the same library versions across the board when in dev and in production.

The correct solution for the error you see is to run composer update to update the lock file with the requirements

thorerik avatar Dec 08 '16 09:12 thorerik

@aicoutodasilva could you please close this PR?

cystbear avatar Dec 14 '18 20:12 cystbear