What is composer lock in laravel?
After running the composer install in the project directory, the composer will generate the composer.lock file.It will keep a record of all the dependencies and sub-dependencies which is being installed by the composer.json.
BY Best Interview Question ON 01 Feb 2020