From 4559fd493efc7fc8d0a181924357abcf31cbc848 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2019 10:04:07 +0200 Subject: 4.2.11 --- src/Symfony/Component/Serializer/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Symfony/Component') 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." }, -- cgit