Update text vendors to vendor on How to Define and Install Dependencies section.

This commit is contained in:
Frank Perez
2014-12-08 10:01:03 -05:00
parent 41811b5df3
commit 903b5b39c3

View File

@@ -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