8000 minor #9691 Fix composer usage for security-csrf (liviubalan) · symfony/symfony-docs@40aed72 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40aed72

Browse files
committed
minor #9691 Fix composer usage for security-csrf (liviubalan)
This PR was merged into the 4.0 branch. Discussion ---------- Fix composer usage for security-csrf See: https://packagist.org/packages/symfony/security-csrf <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f9ccd13 Fix composer usage for security-csrf
2 parents 4435a4a + f9ccd13 commit 40aed72

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)
0