From 7ccda2b1c3a1bf343ffa3ec00dcf528372477fea Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 7 Oct 2014 14:35:09 +0100 Subject: [PATCH] Update recommendations, refs #3095 --- doc/articles/troubleshooting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 1db90b8d4..922526a52 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -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 @@ -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