-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Flex uses unpacking by default #14814
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
Comments
@andrew-demb Thanks for noticing. Would you like to send a PR to change this? |
No, I can't choose an appropriate alternative description due to lack of language knowledge :( |
I would change the whole paragraph to something like:
Please create a PR - this way we can give credits to you :) We're all non-native english speakers as well, so together we can make something readable 😉 |
…lex changed (andrew-demb) This PR was merged into the 4.4 branch. Discussion ---------- Fixes #14814 Default behavior about unpacking packs by Flex changed `symfony/flex` since `1.9.0` unpack packs by default (PR symfony/flex#656) Text proposed by @wouterj (thank you!) in comment #14814 (comment) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 5e74358 Fixes #14814 Default behavior about unpacking packs by Flex changed
* 4.4: Fixes symfony#14814 Default behavior about unpacking packs by Flex changed
* 5.1: Fixes symfony#14814 Default behavior about unpacking packs by Flex changed
* 5.2: Fixes symfony#14814 Default behavior about unpacking packs by Flex changed
Since symfony/flex#656 unpacking is enabled by default.
To use previous behavior user need explicitly use "--no-unpack".
Reference in doc: https://symfony.com/doc/4.4/setup.html#installing-packages (cannot provide persistent link to line in https://github.com/symfony/symfony-docs/blob/4.4/setup.rst)
The text was updated successfully, but these errors were encountered: