Skip to content

Commit 21c396a

Browse files
authored
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)
1 parent 4574455 commit 21c396a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ 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
222222
``require-dev``). While it is not recommended, you can use the ``composer
223-
require --no-unpack ...`` option to disable unpacking.
223+
require --no-plugins ...`` option to disable Flex and prevent unpacking.
224224

225225
.. _security-checker:
226226

0 commit comments

Comments
 (0)