summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Serializer
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-27 10:56:01 +0200
committerRemi Collet <remi@remirepo.net>2019-06-27 10:56:01 +0200
commit49d901f7083ac527f007e93b4520f42327881bcd (patch)
tree36154267558cef771eed3d8fc5b89c11789a63df /src/Symfony/Component/Serializer
parent736645302205aa9c3ba53bc7cb09051c27433ffd (diff)
v3.4.29
Diffstat (limited to 'src/Symfony/Component/Serializer')
-rw-r--r--src/Symfony/Component/Serializer/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Component/Serializer/composer.json b/src/Symfony/Component/Serializer/composer.json
index e6282b1..964f1b7 100644
--- a/src/Symfony/Component/Serializer/composer.json
+++ b/src/Symfony/Component/Serializer/composer.json
@@ -44,7 +44,7 @@
"symfony/yaml": "For using the default YAML mapping loader.",
"symfony/config": "For using the XML mapping loader.",
"symfony/property-access": "For using the ObjectNormalizer.",
- "symfony/http-foundation": "To use the DataUriNormalizer.",
+ "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache."
},