Skip to content

Commit

Permalink
Update recommendations, refs composer#3095
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Oct 7, 2014
1 parent bdc60ec commit 7ccda2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/articles/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is a list of common pitfalls on using Composer, and how to avoid them.
possible interferences with existing vendor installations or `composer.lock`
entries.

5. Try clearing Composer's cache - `rm -r ~/.composer/cache`.
5. Try clearing Composer's cache by running `composer clear-cache`.

## Package not found

Expand All @@ -41,8 +41,7 @@ This is a list of common pitfalls on using Composer, and how to avoid them.
`replace`.

5. If you are updating to a recently published version of a package, be aware that
Packagist has a delay of up to 10 minutes before new packages are added to it's
index.
Packagist has a delay of up to 1 minute before new packages are visible to Composer.

## Package not found on travis-ci.org

Expand Down

0 comments on commit 7ccda2b

Please sign in to comment.