Русский Working with dependencies in PHP¶ Composer¶ Creating a composer.lock file¶ Initialize the project: composer init Install dependencies: composer install or create a lock-file directly: composer update