Skip to content

Commit 4eefc0b

Browse files
committed
Merge branch '4.1'
* 4.1: remove acl Small fix to syntax Assume the user is using Flex when deploying
2 parents 34e2cd2 + 332e6c4 commit 4eefc0b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

components/security.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Security Component
99
authentication, interactive form login or X.509 certificate login, but also
1010
allows you to implement your own authentication strategies. Furthermore, the
1111
component provides ways to authorize authenticated users based on their
12-
roles, and it contains an advanced ACL system.
12+
roles.
1313

1414
Installation
1515
------------
@@ -36,9 +36,6 @@ used separately:
3636
``symfony/security-csrf``
3737
It provides protection against `CSRF attacks`_.
3838

39-
``symfony/security-acl``
40-
It provides a fine grained permissions mechanism based on Access Control Lists.
41-
4239
.. seealso::
4340

4441
This article explains how to use the Security features as an independent

components/var_dumper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Inside a Symfony application, the output of the dump server is configured with
119119
the :ref:`dump_destination option <configuration-debug-dump_destination>` of the
120120
``debug`` package.
121121

122-
Outside a Symfony application, use the ``ServerDumper`` class:
122+
Outside a Symfony application, use the ``ServerDumper`` class::
123123

124124
require __DIR__.'/vendor/autoload.php';
125125

deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ as you normally do:
157157
.. caution::
158158

159159
If you get a "class not found" error during this step, you may need to
160-
  run ``export SYMFONY_ENV=prod`` (or ``export APP_ENV=prod`` if you're
160+
  run ``export APP_ENV=prod`` (or ``export SYMFONY_ENV=prod`` if you're not
161161
  using :doc:`Symfony Flex </setup/flex>`) before running this command so
162162
that the ``post-install-cmd`` scripts run in the ``prod`` environment.
163163

0 commit comments

Comments
 (0)