Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Add support for jms/serializer 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Oct 28, 2020
1 parent beed066 commit 256feba
Show file tree
Hide file tree
Showing 3 changed files with 1,200 additions and 500 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea
/vendor
/.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.3.0",
"jms/serializer": "^1.0",
"jms/serializer": "^1.0|^3.0",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
Expand All @@ -30,4 +30,4 @@
"Ticketpark\\Wsc\\Tests\\": "tests/Wsc/Tests"
}
}
}
}

0 comments on commit 256feba

Please sign in to comment.