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 be6a0ca commit f55ad96Copy full SHA for f55ad96
validation.rst
@@ -23,8 +23,14 @@ install the validator before using it:
23
24
.. code-block:: terminal
25
26
- $ composer require symfony/validator doctrine/annotations
+ $ composer require symfony/validator
27
+
28
+If your project still use annotations, ``doctrine/annotations`` is also needed:
29
30
+.. code-block:: terminal
31
32
+ $ composer require doctrine/annotations
33
34
.. note::
35
36
If your application doesn't use Symfony Flex, you might need to do some
0 commit comments