Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8f90add

Browse filesBrowse files
committed
Merge branch '4.4' into 5.1
* 4.4: Fixes #14814 Default behavior about unpacking packs by Flex changed
2 parents 351704a + a3716a4 commit 8f90add
Copy full SHA for 8f90add

File tree

1 file changed

+5
-6
lines changed
Filter options

1 file changed

+5
-6
lines changed

‎setup.rst

Copy file name to clipboardExpand all lines: setup.rst
+5-6Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,11 @@ For example, to add debugging features in your application, you can run the
210210
which in turn installs several packages like ``symfony/debug-bundle``,
211211
``symfony/monolog-bundle``, ``symfony/var-dumper``, etc.
212212

213-
By default, when installing Symfony packs, your ``composer.json`` file shows the
214-
pack dependency (e.g. ``"symfony/debug-pack": "^1.0"``) instead of the actual
215-
packages installed. To show the packages, add the ``--unpack`` option when
216-
installing a pack (e.g. ``composer require debug --dev --unpack``) or run this
217-
command to unpack the already installed packs: ``composer unpack PACK_NAME``
218-
(e.g. ``composer unpack debug``).
213+
You won't see the ``symfony/debug-pack`` dependency in your ``composer.json``,
214+
as Flex automatically unpacks the pack. This means that it only adds the real
215+
packages as dependencies (e.g. you will see a new ``symfony/var-dumper`` in
216+
``require-dev``). While it is not recommended, you can use the ``composer
217+
require --no-unpack ...`` option to disable unpacking.
219218

220219
.. _security-checker:
221220

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.