Skip to content

Commit

Permalink
Update text vendors to vendor on How to Define and Install Dependenci…
Browse files Browse the repository at this point in the history
…es section.
  • Loading branch information
frankperez87 committed Dec 8, 2014
1 parent 41811b5 commit 903b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/04-02-01-Composer-and-Packagist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 903b5b3

Please sign in to comment.