Skip to content

Commit 4e3a968

Browse files
committed
minor #19171 Remove "--unpack" option from setup.rst (smnandre)
This PR was submitted for the 6.4 branch but it was squashed and merged into the 6.3 branch instead. Discussion ---------- Remove "--unpack" option from setup.rst The "--unpack" option seems to have disapeared ... some times ago (i could not find the exact PR on the symfony/flex repository) Commits ------- 3726dda Remove "--unpack" option from setup.rst
2 parents e6c4819 + 3726dda commit 4e3a968

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-unpack ...`` option to disable unpacking.
222+
``require-dev``).
224223

225224
.. _security-checker:
226225

0 commit comments

Comments
 (0)