Skip to content

Commit

Permalink
updated information about serializer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 11, 2013
1 parent 71109aa commit 0614cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ list important BC breaks.
Specifically ``FOS\Rest\Util\Codes`` is now ``FOS\RestBundle\Util\Codes`` and also the sub-namespace for
the decoders has changed from ``FOS\Rest\Decoder`` to ``FOS\RestBundle\Decoder``. In practice it should be
sufficient to simply search replace ``FOS\Rest\`` with ``FOS\RestBundle\`.
* The XmlDecoder now has a dependency on "symfony/serializer"

### upgrading from 0.13.1

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"suggest": {
"sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires 0.12.*",
"symfony/serializer": "Add support for basic serialization capabilities, requires >=2.0,<2.3-dev"
"symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.1"
},

"conflict": {
Expand Down

0 comments on commit 0614cb3

Please sign in to comment.