Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Oct 31, 2018
1 parent 17c502e commit a607b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The preferred way to install this extension is through [Composer](http://getcomp
Either run

```
php composer.phar require zelenin/http-client "~3.0.0"
php composer.phar require zelenin/http-client "~4.0.0"
```

or add

```
"zelenin/http-client": "~3.0.0"
"zelenin/http-client": "~4.0.0"
```

to the ```require``` section of your ```composer.json```
Expand Down

0 comments on commit a607b5c

Please sign in to comment.