diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-20 10:04:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-20 10:04:07 +0200 |
commit | 4559fd493efc7fc8d0a181924357abcf31cbc848 (patch) | |
tree | 3c4761443d55eb35814c94f8ea96ee27223b7008 /src/Symfony | |
parent | 6b17858cecad7defc5feb4af7eeeb08842f0bab6 (diff) |
4.2.11
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." }, |