Skip to content

Commit 98550dc

Browse files
authored
Remove missguiding alternative to --unpack
1 parent 21c396a commit 98550dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ which in turn installs several packages like ``symfony/debug-bundle``,
219219
You won't see the ``symfony/debug-pack`` dependency in your ``composer.json``,
220220
as Flex automatically unpacks the pack. This means that it only adds the real
221221
packages as dependencies (e.g. you will see a new ``symfony/var-dumper`` in
222-
``require-dev``). While it is not recommended, you can use the ``composer
223-
require --no-plugins ...`` option to disable Flex and prevent unpacking.
222+
``require-dev``).
224223

225224
.. _security-checker:
226225

0 commit comments

Comments
 (0)