Skip to content

Commit 97623e9

Browse files
committed
Add JSON Mapper dependency
1 parent 733b63b commit 97623e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"php": "^8.1.0",
1414
"psr/http-client-implementation": "*",
1515
"psr/http-factory-implementation": "*",
16-
"php-http/discovery": "^1.19"
16+
"php-http/discovery": "^1.19",
17+
"json-mapper/json-mapper": "^2.21"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)