summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-20 10:04:07 +0200
committerRemi Collet <remi@remirepo.net>2019-08-20 10:04:07 +0200
commit4559fd493efc7fc8d0a181924357abcf31cbc848 (patch)
tree3c4761443d55eb35814c94f8ea96ee27223b7008 /src/Symfony/Component
parent6b17858cecad7defc5feb4af7eeeb08842f0bab6 (diff)
4.2.11
Diffstat (limited to 'src/Symfony/Component')
-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 d03681b..f670691 100644
--- a/src/Symfony/Component/Serializer/composer.json
+++ b/src/Symfony/Component/Serializer/composer.json
@@ -45,7 +45,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."
},