-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Explain Symfony packs #12354
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
Explain Symfony packs #12354
Conversation
75d1d03
to
9d07ac3
Compare
|
||
By default, when installing Symfony packs, your ``composer.json`` file shows the | ||
pack dependency (e.g. ``"symfony/debug-pack": "^1.0"``) instead of the actual | ||
packages installed. To show the packages, add the ``--unpack`` option when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it would make sense to have a new command provided by Flex which actually just displays these packages instead of really unpacking the pack (and thus modifying the composer.json
file).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can add it to the RFC symfony/flex#518
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great idea @maxhelias
|
||
By default, when installing Symfony packs, your ``composer.json`` file shows the | ||
pack dependency (e.g. ``"symfony/debug-pack": "^1.0"``) instead of the actual | ||
packages installed. To show the packages, add the ``--unpack`` option when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say you composer.json depends on the pack
rather than shows the pack
Fixes #12130.