From c538a7a9159454aa0c2114ace81f5f15f154dece Mon Sep 17 00:00:00 2001
From: Christian A. Weber
Date: Thu, 17 Aug 2017 14:08:31 +0200
Subject: iTools requires php 5.4

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index ccaf7b2..4d1651c 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Reference: https://itools.search.ch/(function | class | class/function)
 Tutorial video: https://itools.search.ch/2007-11-14-itools-demo.mov
 
 ITools is a collection of PHP functions and classes which make a few common
-tasks in PHP easier. It works in PHP 5 and up.
+tasks in PHP easier. It works in PHP 5.4 and up.
 
 Our examples omit array() around function parameters and use dangling commas.
 To get that, you can either use our just-in-time syntax converter or use
-- 
cgit v1.2.3