Skip to content

Commit 1573db7

Browse files
committed
Added integer
1 parent ffc1646 commit 1573db7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interaapps/jsonplus",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"type": "library",
55
"authors": [
66
{

src/main/de/interaapps/jsonplus/JSONPlus.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function __construct(
2828
"string" => $this->passThroughTypeMapper,
2929
"float" => $this->passThroughTypeMapper,
3030
"int" => $this->passThroughTypeMapper,
31+
"integer" => $this->passThroughTypeMapper,
3132
"double" => $this->passThroughTypeMapper,
3233
"bool" => $this->passThroughTypeMapper,
3334
"array" => new ArrayTypeMapper($this),

src/test/testbootstrap.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,4 @@ class Test3 {
8282

8383
foreach ($arr as $val) {
8484
echo $val->sheesh;
85-
}
86-
85+
}

uppm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interaapps/jsonplus",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"phpVersion": ">8.0",
55
"repositories": [],
66
"run": {

0 commit comments

Comments
 (0)