PHPPHP
PHPPHP copied to clipboard
Delete composer.lock
[RuntimeException]
The lock file does not contain require-dev information, run install with the --no-dev option or run update to install those packages.
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
@aicoutodasilva could you please close this PR?