File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ SwiftmailerBundle:
74
74
}
75
75
76
76
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.
83
83
84
84
The instructions defined in this ``manifest.json `` file are also used by
85
85
Symfony Flex when uninstalling dependencies (e.g. ``composer remove mailer ``)
You can’t perform that action at this time.
0 commit comments