mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 05:57:26 +02:00
Merge pull request #489 from frankperez87/composer-typo-fix
Update text vendors to vendor
This commit is contained in:
@@ -49,7 +49,7 @@ Composer keeps track of your project's dependencies in a file called `composer.j
|
||||
|
||||
composer require twig/twig:~1.8
|
||||
|
||||
Alternatively the `composer init` command will guide you through creating a full `composer.json` file for your project. Either way, once you've created your `composer.json` file you can tell Composer to download and install your dependencies into the `vendors/` directory. This also applies to projects you've downloaded that already provide a `composer.json` file:
|
||||
Alternatively the `composer init` command will guide you through creating a full `composer.json` file for your project. Either way, once you've created your `composer.json` file you can tell Composer to download and install your dependencies into the `vendor/` directory. This also applies to projects you've downloaded that already provide a `composer.json` file:
|
||||
|
||||
composer install
|
||||
|
||||
|
Reference in New Issue
Block a user