Skip to content

Commit

Permalink
jms serializer is a hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas authored Jan 9, 2019
1 parent 565bdbb commit 0e777b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

"doctrine/instantiator": "^1.0.3",

"goetas-webservices/xsd2php-runtime": "^0.2.2"
"goetas-webservices/xsd2php-runtime": "^0.2.2",
"jms/serializer": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
Expand All @@ -27,8 +28,7 @@
"goetas-webservices/wsdl-reader": "^0.3.1",

"php-http/guzzle6-adapter": "^1.0",
"php-http/message": "^1.0",
"jms/serializer": "^1.6"
"php-http/message": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0e777b2

Please sign in to comment.