We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0ffbc commit 5bf8ccaCopy full SHA for 5bf8cca
src/Symfony/Component/Validator/composer.json
@@ -49,9 +49,9 @@
49
"symfony/yaml": "<3.4"
50
},
51
"suggest": {
52
- "psr/cache-implementation": "For using the metadata cache.",
+ "psr/cache-implementation": "For using the mapping cache.",
53
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
54
- "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
+ "doctrine/cache": "For using the default cached annotation reader.",
55
"symfony/http-foundation": "",
56
"symfony/intl": "",
57
"symfony/translation": "For translating validation errors.",
0 commit comments