Skip to content

Commit 7620ffb

Browse files
committed
Fix php-curl-class#563: Suggest updating composer
1 parent 39eba1d commit 7620ffb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

TROUBLESHOOTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ $curl_error_message = curl_error($ch);
4949
$http_status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
5050
$request_headers = curl_getinfo($ch, CURLINFO_HEADER_OUT);
5151
```
52+
53+
### Ensure you have the latest composer version installed
54+
55+
```bash
56+
$ composer self-update
57+
$ composer --version
58+
```

0 commit comments

Comments
 (0)