From 45274fd5366cffebf14190efdafb3ab65ed6b821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Valentin?= Date: Mon, 25 Apr 2016 15:02:42 +0200 Subject: [PATCH] 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.*. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d619a95..20ace16 100644 --- a/README.md +++ b/README.md @@ -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.*" } } ```