1
0
Fork 0

This was nowhere near accurate before. Must have been thinking about the wrong then when I wrote this.

pull/223/head
Beau Simensen 2012-01-19 20:57:57 -08:00
parent 1b908d4f80
commit c1d1482393
1 changed files with 3 additions and 3 deletions

View File

@ -92,15 +92,15 @@ should **not** list the `.bat` file as a bin as it is not needed.
Yes, there are two ways that an alternate vendor bin location can be specified. Yes, there are two ways that an alternate vendor bin location can be specified.
* Setting the `vendor-dir` configuration setting in `composer.json` * Setting the `bin-dir` configuration setting in `composer.json`
* Setting the environment variable `COMPOSER_VENDOR_DIR` * Setting the environment variable `COMPOSER_BIN_DIR`
An example of the former looks like this: An example of the former looks like this:
```json ```json
{ {
"config": { "config": {
"vendor-dir": "scripts" "bin-dir": "scripts"
} }
} }
``` ```