composer.lock
Initialize the project:
composer init
Install dependencies:
composer install
or create a lock-file directly:
composer update