From 5bf8ccae17d7a8f4efda9fef7ce73127304a7e7c Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 5 Sep 2019 15:19:43 +0200 Subject: [PATCH] [Validator] Update "suggest" section in composer.json. --- src/Symfony/Component/Validator/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Validator/composer.json b/src/Symfony/Component/Validator/composer.json index e2ac48f2cc..0ae58f2887 100644 --- a/src/Symfony/Component/Validator/composer.json +++ b/src/Symfony/Component/Validator/composer.json @@ -49,9 +49,9 @@ "symfony/yaml": "<3.4" }, "suggest": { - "psr/cache-implementation": "For using the metadata cache.", + "psr/cache-implementation": "For using the mapping cache.", "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/cache": "For using the default cached annotation reader.", "symfony/http-foundation": "", "symfony/intl": "", "symfony/translation": "For translating validation errors.",