Fixing current version in README.

The current version wasn't showed as the one people should add in their composer files. Updated from 2.* to 3.*.
This commit is contained in:
André Valentin
2016-04-25 15:02:42 +02:00
parent d71cd15d4a
commit 45274fd536

View File

@@ -37,7 +37,7 @@ To install unirest-php with Composer, just add the following to your `composer.j
```json ```json
{ {
"require-dev": { "require-dev": {
"mashape/unirest-php": "2.*" "mashape/unirest-php": "3.*"
} }
} }
``` ```