Skip to content

Commit 7d185f9

Browse files
committed
minor #9702 Fix show code without new line (liviubalan)
This PR was submitted for the 3.3 branch but it was merged into the 3.4 branch instead (closes #9702). Discussion ---------- Fix show code without new line Show "composer require symfony/swiftmailer-bundle" without new line <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- c28d882 Fix show code without new line
2 parents 37fc120 + c28d882 commit 7d185f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup/flex.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ SwiftmailerBundle:
7474
}
7575
7676
The ``aliases`` option allows Flex to install packages using short and easy to
77-
remember names (``composer require mailer`` vs ``composer require
78-
symfony/swiftmailer-bundle``). The ``bundles`` option tells Flex in which
79-
environments this bundle should be enabled automatically (``all`` in this
80-
case). The ``env`` option makes Flex to add new environment variables to the
81-
application. Finally, the ``copy-from-recipe`` option allows the recipe to copy
82-
files and directories into your application.
77+
remember names (``composer require mailer`` vs
78+
``composer require symfony/swiftmailer-bundle``). The ``bundles`` option tells
79+
Flex in which environments this bundle should be enabled automatically (``all``
80+
in this case). The ``env`` option makes Flex to add new environment variables to
81+
the application. Finally, the ``copy-from-recipe`` option allows the recipe to
82+
copy files and directories into your application.
8383

8484
The instructions defined in this ``manifest.json`` file are also used by
8585
Symfony Flex when uninstalling dependencies (e.g. ``composer remove mailer``)

0 commit comments

Comments
 (0)