From f5963a1deacf913fc2bd94bb723970841d75e56f Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Tue, 19 Jan 2016 18:20:12 -0600 Subject: [PATCH] Update PHP version to 5.4 in README The square-bracket array syntax (used throughout the source code) wasn't introduced until PHP 5.4. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ccc804..511e284 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Very simple and easy When I Work API wrapper, for PHP. Complex wrappers are for noobs. This lets you access the When I Work API using the docs as directly as possible. -Requires PHP 5.3 and a pulse. +Requires PHP 5.4 and a pulse. Installation ------------