From c113dd4e2d060a57d8790fd8cfe11432b188a244 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 May 2021 16:54:36 +0200 Subject: update to 4.4.24 --- src/Symfony/Component/Serializer/composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Symfony/Component/Serializer/composer.json') diff --git a/src/Symfony/Component/Serializer/composer.json b/src/Symfony/Component/Serializer/composer.json index 2cf3920..075896e 100644 --- a/src/Symfony/Component/Serializer/composer.json +++ b/src/Symfony/Component/Serializer/composer.json @@ -21,7 +21,6 @@ }, "require-dev": { "doctrine/annotations": "^1.10.4", - "doctrine/cache": "~1.0", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", "symfony/cache": "^3.4|^4.0|^5.0", "symfony/config": "^3.4|^4.0|^5.0", @@ -49,8 +48,7 @@ "symfony/config": "For using the XML mapping loader.", "symfony/property-access": "For using the ObjectNormalizer.", "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." + "doctrine/annotations": "For using the annotation mapping." }, "autoload": { "psr-4": { "Symfony\\Component\\Serializer\\": "" }, -- cgit