Skip to content

Commit 892e2f9

Browse files
committed
Merge branch 'release/0.2.3'
2 parents 646309f + b847b31 commit 892e2f9

File tree

6 files changed

+1286
-1201
lines changed

6 files changed

+1286
-1201
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ if(!$validator->validate()){
125125
* `ip` Validate that value is either of IPv4 or IPv6
126126
* `ipv4` Validate that value is IPv4
127127
* `ipv6` Validate that value is IPv6
128+
* `date`, `datetime` Validate that value is date/datetime
128129

129130
#### Validator Methods
130131

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nonamephp/php7-common",
33
"description": "A collection of common PHP 7 libraries",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)