Skip to content

Commit cc6768e

Browse files
committed
Merge branch '4.0' into 4.1
* 4.0: Fixed a build problem in security.rst Fix composer usage for security-csrf
2 parents 5dd31d2 + c08f5ef commit cc6768e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ You'll learn later how to deny access to certain URLs or controllers.
131131

132132
.. note::
133133

134-
If you do not see toolbar, make sure you installed the :doc:`profiler </profile>`
134+
If you do not see toolbar, make sure you installed the :doc:`profiler </profiler>`
135135
using this command:
136136

137137
.. code-block:: terminal

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)