Skip to content

Commit 9fb110e

Browse files
authored
Merge pull request #3 from vikingmrboo/patch-1
update jsonmapper to 2.1.0
2 parents b143ccf + 951b007 commit 9fb110e

File tree

4 files changed

+1217
-405
lines changed

4 files changed

+1217
-405
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/.phpunit.result.cache
66
/vendor
77
/.php_cs.cache
8+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"guzzlehttp/guzzle": "~6.0",
23-
"netresearch/jsonmapper": "^1.5",
23+
"netresearch/jsonmapper": "^2.1.0",
2424
"ext-json": "*",
2525
"php": ">=7.2"
2626
},

0 commit comments

Comments
 (0)