Skip to content

Commit

Permalink
feat: allow the default serializer to be configurable (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Lockett committed Sep 24, 2020
1 parent 1adeaa9 commit 3940f91
Show file tree
Hide file tree
Showing 7 changed files with 608 additions and 113 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
"psr/log": "^1.1",
"symfony/console": "^4.4 || ^5.0",
"symfony/contracts": "^1.1 || ^2.0",
"symfony/property-access": "^4.4 || ^5.0",
"symfony/serializer": "^4.4 || ^5.0",
"vimeo/psalm": "^3.10"
},
"suggest": {
"laminas/laminas-cli": "For auto configuring the cli command."
"laminas/laminas-cli": "For auto configuring the cli command.",
"symfony/serializer": "For converting objects to JSON or XML.",
"symfony/property-access": "Required if using symfony/serializer and not providing a default serializer."
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit 3940f91

Please sign in to comment.