Skip to content

Commit a6004b3

Browse files
author
Craig Manley
authored
Require PHP 5.4 or later
for short [] array syntax.
1 parent 40e6284 commit a6004b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Inspired by [Params::Validate](http://search.cpan.org/perldoc/Params::Validate)
66
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.
77

88
### Requirements
9-
* PHP 5.3 or newer
9+
* PHP 5.4 or later
1010

1111
### Installation
1212
Download or checkout from git, or install the packagist package cmanley/validate.

0 commit comments

Comments
 (0)