From 5742df97c259b8e21bce6c662e171460dc739316 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 26 Sep 2024 13:15:13 +0200 Subject: [PATCH] Tweak wording --- doc/articles/troubleshooting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index ff0393002..92ec6bbc7 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -253,10 +253,10 @@ please report this [issue](https://github.com/composer/composer/issues). and look for `Checked CA file ...` or `Checked directory ...` lines in the first lines of output. This will show you where Composer is looking for a CA bundle. You can get a [new cacert.pem from cURL](https://curl.se/docs/caextract.html) and store it there. -2. If this did not help despite Composer finding a valid CA bundle, try disabling your antivirus - software to see if that helps. We have seen issues where Avast on Windows for example would - prevent Composer from functioning correctly. If this helps you should report it to your - antivirus vendor so they can hopefully improve things. +2. If this did not help despite Composer finding a valid CA bundle, try disabling your antivirus and + firewall software to see if that helps. We have seen issues where Avast on Windows for example would + prevent Composer from functioning correctly. If this helps you should report it to the + software vendor so they can hopefully improve things. ## API rate limit and OAuth tokens