File tree 1 file changed +5
-6
lines changed
Filter options
1 file changed +5
-6
lines changed
Original file line number Diff line number Diff line change @@ -210,12 +210,11 @@ For example, to add debugging features in your application, you can run the
210
210
which in turn installs several packages like ``symfony/debug-bundle ``,
211
211
``symfony/monolog-bundle ``, ``symfony/var-dumper ``, etc.
212
212
213
- By default, when installing Symfony packs, your ``composer.json `` file shows the
214
- pack dependency (e.g. ``"symfony/debug-pack": "^1.0" ``) instead of the actual
215
- packages installed. To show the packages, add the ``--unpack `` option when
216
- installing a pack (e.g. ``composer require debug --dev --unpack ``) or run this
217
- command to unpack the already installed packs: ``composer unpack PACK_NAME ``
218
- (e.g. ``composer unpack debug ``).
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.
219
218
220
219
.. _security-checker :
221
220
You can’t perform that action at this time.
0 commit comments