diff --git a/security/csrf.rst b/security/csrf.rst index 853a9fef142..3bfae609c33 100644 --- a/security/csrf.rst +++ b/security/csrf.rst @@ -17,7 +17,7 @@ requires installing the Symfony Form component): .. code-block:: terminal - $ composer require security-csrf form + $ composer require symfony/security-csrf symfony/form Then, enable/disable the CSRF protection with the ``csrf_protection`` option (see the :ref:`CSRF configuration reference `