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``)