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/Bundle/FrameworkBundle/composer.json | 1 + src/Symfony/Bundle/TwigBundle/composer.json | 1 + src/Symfony/Component/Serializer/composer.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index dbf22c2..cd26996 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -21,6 +21,7 @@ "symfony/cache": "~4.2", "symfony/config": "~4.2", "symfony/contracts": "^1.0.2", + "symfony/debug": "~4.0", "symfony/dependency-injection": "^4.2.5", "symfony/event-dispatcher": "^4.1", "symfony/http-foundation": "^4.2.5", diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index d9db82a..b2fb927 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -18,6 +18,7 @@ "require": { "php": "^7.1.3", "symfony/config": "~4.2", + "symfony/debug": "~4.0", "symfony/twig-bridge": "^4.2", "symfony/http-foundation": "~4.1", "symfony/http-kernel": "~4.1", 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