Skip to content

Commit c7493e0

Browse files
committed
minor #18782 [Flex] Remove PHP<8 section, remove flex reference (kaznovac)
This PR was merged into the 6.3 branch. Discussion ---------- [Flex] Remove PHP<8 section, remove flex reference - 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 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- 8bccba6 [configuration]: remove php<8 section, remove flex reference
2 parents c99dd22 + 8bccba6 commit c7493e0

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)