Skip to content

Commit f9ccd13

Browse files
liviubalanweaverryan
authored andcommitted
Fix composer usage for security-csrf
See: https://packagist.org/packages/symfony/security-csrf
1 parent 80fd0a6 commit f9ccd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/csrf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires installing the Symfony Form component):
1717

1818
.. code-block:: terminal
1919
20-
$ composer require security-csrf form
20+
$ composer require symfony/security-csrf symfony/form
2121
2222
Then, enable/disable the CSRF protection with the ``csrf_protection`` option
2323
(see the :ref:`CSRF configuration reference <reference-framework-csrf-protection>`

0 commit comments

Comments
 (0)