Skip to content

Commit

Permalink
Added integer
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Dec 8, 2021
1 parent ffc1646 commit 1573db7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interaapps/jsonplus",
"version": "1.0.3",
"version": "1.0.4",
"type": "library",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/main/de/interaapps/jsonplus/JSONPlus.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function __construct(
"string" => $this->passThroughTypeMapper,
"float" => $this->passThroughTypeMapper,
"int" => $this->passThroughTypeMapper,
"integer" => $this->passThroughTypeMapper,
"double" => $this->passThroughTypeMapper,
"bool" => $this->passThroughTypeMapper,
"array" => new ArrayTypeMapper($this),
Expand Down
3 changes: 1 addition & 2 deletions src/test/testbootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ class Test3 {

foreach ($arr as $val) {
echo $val->sheesh;
}

}
2 changes: 1 addition & 1 deletion uppm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interaapps/jsonplus",
"version": "1.0.3",
"version": "1.0.4",
"phpVersion": ">8.0",
"repositories": [],
"run": {
Expand Down

0 comments on commit 1573db7

Please sign in to comment.