Skip to content

Commit

Permalink
Require PHP 5.4 or later
Browse files Browse the repository at this point in the history
for short [] array syntax.
  • Loading branch information
Craig Manley authored Nov 10, 2022
1 parent 40e6284 commit a6004b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a6004b3

Please sign in to comment.