From 3726dda85d8836fe9986d08c3caabf2ca56effa6 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 22 Nov 2023 19:09:02 +0100 Subject: [PATCH] Remove "--unpack" option from setup.rst --- setup.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index 55499fed87f..ea4c6cdc7f9 100644 --- a/setup.rst +++ b/setup.rst @@ -219,8 +219,7 @@ which in turn installs several packages like ``symfony/debug-bundle``, You won't see the ``symfony/debug-pack`` dependency in your ``composer.json``, as Flex automatically unpacks the pack. This means that it only adds the real packages as dependencies (e.g. you will see a new ``symfony/var-dumper`` in -``require-dev``). While it is not recommended, you can use the ``composer -require --no-unpack ...`` option to disable unpacking. +``require-dev``). .. _security-checker: