From a6004b3f4ea87250a218d55b2da8b46493271676 Mon Sep 17 00:00:00 2001 From: Craig Manley Date: Thu, 10 Nov 2022 09:19:23 +0100 Subject: [PATCH] Require PHP 5.4 or later for short [] array syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e77ff1..0c67224 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Inspired by [Params::Validate](http://search.cpan.org/perldoc/Params::Validate) You can use it to validate almost anything, but typically it can be used for (strictly) validating input from HTML forms, fields while reading CSV files, function parameters, etc. ### Requirements -* PHP 5.3 or newer +* PHP 5.4 or later ### Installation Download or checkout from git, or install the packagist package cmanley/validate.