1
0
Fork 0

Format docs

pull/1192/head
Jordi Boggiano 2012-10-08 19:42:28 +02:00
parent 81a7d40428
commit 0e997a94fb
1 changed files with 3 additions and 7 deletions

View File

@ -11,13 +11,9 @@ This is a list of common pitfalls on using Composer, and how to avoid them.
latest version**. See [self-update](03-cli.md#self-update) for details. latest version**. See [self-update](03-cli.md#self-update) for details.
2. Ensure you're **installing vendors straight from your `composer.json`** via 2. Ensure you're **installing vendors straight from your `composer.json`** via
`rm -rf vendor && composer update -v` when troubleshooting, excluding any
~~~~ possible interferences with existing vendor installations or `composer.lock`
rm -rf vendor && composer update -v entries.
~~~~
when troubleshooting, excluding any possible interferences with existing
vendor installations or `composer.lock` entries.
## Package not found ## Package not found