From f9ccd13663e578ebd8a65eeaa5c81012d7b13c63 Mon Sep 17 00:00:00 2001 From: Liviu Balan Date: Thu, 26 Apr 2018 20:24:53 +0300 Subject: [PATCH] Fix composer usage for security-csrf See: https://packagist.org/packages/symfony/security-csrf --- security/csrf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `