From 90d18df40fca97762da01079363d54069ade5780 Mon Sep 17 00:00:00 2001 From: thefosk Date: Tue, 22 Oct 2013 10:53:20 -0700 Subject: [PATCH] added version requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869f8e8..856921d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Documentation ------------------- ### Installing -Download the PHP library from Github, and require in your script like so: +Unirest-PHP required `PHP v5.3+`. Download the PHP library from Github, and require in your script like so: ```php require_once './lib/Unirest.php';