Skip to content

Commit eb5fbde

Browse files
authored
Fix php-curl-class#547: Add version check to troubleshooting doc
1 parent fae6c3f commit eb5fbde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TROUBLESHOOTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Troubleshooting
22

3+
### Ensure you have the latest version installed
4+
5+
```bash
6+
$ cd php-curl-class/
7+
$ composer update
8+
$ composer info
9+
```
10+
Compare your version with latest release listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases).
11+
312
### Turn on error reporting
413

514
```php

0 commit comments

Comments
 (0)