Skip to content

Commit

Permalink
[configuration]: remove php<8 section, remove flex reference
Browse files Browse the repository at this point in the history
- symfony 6.x requires php > 8 so configuration section for pre 8 is irrelevant
- `dotenv:dump` has been implemented in 5.4 and reference to flex is no longer relevant symfony/symfony@234c0b3
  • Loading branch information
kaznovac authored and OskarStark committed Oct 29, 2023
1 parent c99dd22 commit 8bccba6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -927,17 +927,6 @@ To improve performance, you can optionally run the ``dump-env`` Composer command
1.2 or later). The command is not registered by default, so you must register
first in your services:

.. code-block:: yaml
# config/services.yaml
services:
Symfony\Component\Dotenv\Command\DotenvDumpCommand:
- '%kernel.project_dir%/.env'
- '%kernel.environment%'
In PHP >= 8, you can remove the two arguments when autoconfiguration is enabled
(which is the default):

.. code-block:: yaml
# config/services.yaml
Expand Down

0 comments on commit 8bccba6

Please sign in to comment.