mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Fix #563: Suggest updating composer
This commit is contained in:
@@ -49,3 +49,10 @@ $curl_error_message = curl_error($ch);
|
||||
$http_status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
||||
$request_headers = curl_getinfo($ch, CURLINFO_HEADER_OUT);
|
||||
```
|
||||
|
||||
### Ensure you have the latest composer version installed
|
||||
|
||||
```bash
|
||||
$ composer self-update
|
||||
$ composer --version
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user