[Validator] Update "suggest" section in composer.json.

This commit is contained in:
Alexander M. Turek 2019-09-05 15:19:43 +02:00
parent eb0ffbc8a4
commit 5bf8ccae17
1 changed files with 2 additions and 2 deletions

View File

@ -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.",