From 89610c75bc8737506214cd13e039d63ab40b679e Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 10 Aug 2018 12:42:39 -0400 Subject: [PATCH] Also requiring annotations so they can be used --- validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation.rst b/validation.rst index 891d7aa459b..79092d8ef52 100644 --- a/validation.rst +++ b/validation.rst @@ -19,7 +19,7 @@ install the validator before using it: .. code-block:: terminal - $ composer require symfony/validator + $ composer require symfony/validator doctrine/annotations .. index:: single: Validation; The basics