Skip to content

Commit 8c8c15f

Browse files
committed
Merge tag '0.2.7' into develop
0.2.7
2 parents 708f471 + a5fda32 commit 8c8c15f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ if(!$validator->validate()){
108108

109109
#### Built-in Validation Types
110110

111+
* `*`, `any` Always pass validation for any data type
111112
* `null` Validate that value is null
112113
* `bool`, `boolean` Validate that value is boolean
113114
* `scalar` Validate that value is scalar (integer, float, string or boolean)

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.6",
4+
"version": "0.2.7",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)