Skip to content

Conversation

@javiereguiluz
Copy link
Member

Fixes #20976.

bundles.rst Outdated

.. code-block:: terminal
$ composer update acme/blog-bundle
Copy link
Contributor

@alexislefebvre alexislefebvre Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We see “install the bundle as usual” then composer update acme/blog-bundle instead of composer require that I’m used to. Is it the recommended way? Symfony’s documentation shows composer require …: https://symfony.com/packages/CssSelector#installation

I suggest to use composer require because composer update has deprecated the --dev option which is useful for bundles that help with tests (e.g. loading fixtures).

Or, if update is required in this context, remove “as usual” from the previous sentence.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right Alexis! I've just fixed this. Thanks!

@javiereguiluz javiereguiluz merged commit 1f8058b into symfony:6.4 Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants