Skip to content

Commit 0614cb3

Browse files
committed
updated information about serializer dependency
1 parent 71109aa commit 0614cb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ list important BC breaks.
1616
Specifically ``FOS\Rest\Util\Codes`` is now ``FOS\RestBundle\Util\Codes`` and also the sub-namespace for
1717
the decoders has changed from ``FOS\Rest\Decoder`` to ``FOS\RestBundle\Decoder``. In practice it should be
1818
sufficient to simply search replace ``FOS\Rest\`` with ``FOS\RestBundle\`.
19+
* The XmlDecoder now has a dependency on "symfony/serializer"
1920

2021
### upgrading from 0.13.1
2122

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"suggest": {
4242
"sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
4343
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires 0.12.*",
44-
"symfony/serializer": "Add support for basic serialization capabilities, requires >=2.0,<2.3-dev"
44+
"symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.1"
4545
},
4646

4747
"conflict": {

0 commit comments

Comments
 (0)