Skip to content

Commit a3716a4

Browse files
committed
Tweaks
1 parent 6630eef commit a3716a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ For example, to add debugging features in your application, you can run the
210210
which in turn installs several packages like ``symfony/debug-bundle``,
211211
``symfony/monolog-bundle``, ``symfony/var-dumper``, etc.
212212

213-
You won't see the `symfony/debug-pack` dependency in your `composer.json`, as Flex
214-
automatically unpacks the pack. This means that it only adds the real packages
215-
as dependencies (e.g. you will see the new `symfony/var-dumper` in `require-dev`).
216-
While it is not recommended, you can use the `composer require --no-unpack ...`
217-
option to disable unpacking.
213+
You won't see the ``symfony/debug-pack`` dependency in your ``composer.json``,
214+
as Flex automatically unpacks the pack. This means that it only adds the real
215+
packages as dependencies (e.g. you will see a new ``symfony/var-dumper`` in
216+
``require-dev``). While it is not recommended, you can use the ``composer
217+
require --no-unpack ...`` option to disable unpacking.
218218

219219
.. _security-checker:
220220

0 commit comments

Comments
 (0)