Skip to content

Commit 68e46f9

Browse files
authored
Fix composer usage for security-csrf
See: https://packagist.org/packages/symfony/security-csrf
1 parent 74b6be1 commit 68e46f9

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
@@ -16,7 +16,7 @@ Before using the CSRF protection, install it in your project:
1616

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

0 commit comments

Comments
 (0)