Working with dependencies in PHP
Composer
Creating a composer.lock file
-
Initialize the project:
-
Install dependencies:
or create a lock-file directly:
Was this page helpful?
composer.lock fileInitialize the project:
Install dependencies:
or create a lock-file directly: