Fix #547: Add version check to troubleshooting doc

This commit is contained in:
Zach Borboa
2018-09-08 23:59:08 -07:00
committed by GitHub
parent fae6c3f471
commit eb5fbdead4
+9
View File
@@ -1,5 +1,14 @@
# Troubleshooting
### Ensure you have the latest version installed
```bash
$ cd php-curl-class/
$ composer update
$ composer info
```
Compare your version with latest release listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
### Turn on error reporting
```php