Skip to content

Commit 539d18b

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [configuration]: remove php<8 section, remove flex reference
2 parents 7aec9b6 + c7493e0 commit 539d18b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

configuration.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -927,17 +927,6 @@ To improve performance, you can optionally run the ``dump-env`` Composer command
927927
1.2 or later). The command is not registered by default, so you must register
928928
first in your services:
929929

930-
.. code-block:: yaml
931-
932-
# config/services.yaml
933-
services:
934-
Symfony\Component\Dotenv\Command\DotenvDumpCommand:
935-
- '%kernel.project_dir%/.env'
936-
- '%kernel.environment%'
937-
938-
In PHP >= 8, you can remove the two arguments when autoconfiguration is enabled
939-
(which is the default):
940-
941930
.. code-block:: yaml
942931
943932
# config/services.yaml

0 commit comments

Comments
 (0)