From 040e80ae8471d9bb9b4f28a9af649383579d5608 Mon Sep 17 00:00:00 2001 From: Liviu Balan Date: Sun, 29 Apr 2018 10:49:11 +0300 Subject: [PATCH] Fix show code without new line Show "composer require symfony/swiftmailer-bundle" without new line --- setup/flex.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup/flex.rst b/setup/flex.rst index da805b9f6e7..a9bd4e5665b 100644 --- a/setup/flex.rst +++ b/setup/flex.rst @@ -74,12 +74,12 @@ SwiftmailerBundle: } The ``aliases`` option allows Flex to install packages using short and easy to -remember names (``composer require mailer`` vs ``composer require -symfony/swiftmailer-bundle``). The ``bundles`` option tells Flex in which -environments this bundle should be enabled automatically (``all`` in this -case). The ``env`` option makes Flex to add new environment variables to the -application. Finally, the ``copy-from-recipe`` option allows the recipe to copy -files and directories into your application. +remember names (``composer require mailer`` vs +``composer require symfony/swiftmailer-bundle``). The ``bundles`` option tells +Flex in which environments this bundle should be enabled automatically (``all`` +in this case). The ``env`` option makes Flex to add new environment variables to +the application. Finally, the ``copy-from-recipe`` option allows the recipe to +copy files and directories into your application. The instructions defined in this ``manifest.json`` file are also used by Symfony Flex when uninstalling dependencies (e.g. ``composer remove mailer``)