Skip to content

Commit c28d882

Browse files
liviubalanjaviereguiluz
authored andcommitted
Fix show code without new line
Show "composer require symfony/swiftmailer-bundle" without new line
1 parent 37fc120 commit c28d882

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)