Fix #563: Suggest updating composer

This commit is contained in:
Zach Borboa
2018-12-12 18:18:50 -08:00
parent 39eba1dfa4
commit 7620ffb792
+7
View File
@@ -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
```