File tree Expand file tree Collapse file tree
main/de/interaapps/jsonplus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " interaapps/jsonplus" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "type" : " library" ,
55 "authors" : [
66 {
Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff line change @@ -82,5 +82,4 @@ class Test3 {
8282
8383foreach ($ arr as $ val ) {
8484 echo $ val ->sheesh ;
85- }
86-
85+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " interaapps/jsonplus" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "phpVersion" : " >8.0" ,
55 "repositories" : [],
66 "run" : {
You can’t perform that action at this time.
0 commit comments