Skip to content

Remove "--unpack" option from setup.rst #19171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down