Skip to content

Commit

Permalink
Fixing current version in README.
Browse files Browse the repository at this point in the history
The current version wasn't showed as the one people should add in their composer files. Updated from 2.* to 3.*.
  • Loading branch information
André Valentin authored and André Valentin committed Apr 25, 2016
1 parent d71cd15 commit 45274fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To install unirest-php with Composer, just add the following to your `composer.j
```json
{
"require-dev": {
"mashape/unirest-php": "2.*"
"mashape/unirest-php": "3.*"
}
}
```
Expand Down

0 comments on commit 45274fd

Please sign in to comment.