diff options
Diffstat (limited to 'src/Symfony')
-rw-r--r-- | src/Symfony/Bundle/FrameworkBundle/composer.json | 1 | ||||
-rw-r--r-- | src/Symfony/Bundle/TwigBundle/composer.json | 1 | ||||
-rw-r--r-- | src/Symfony/Component/Serializer/composer.json | 2 |
3 files changed, 3 insertions, 1 deletions
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." }, |