We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b676148 commit 913afb7Copy full SHA for 913afb7
setup.rst
@@ -191,7 +191,7 @@ Composer metapackages that include several dependencies.
191
For example, to add debugging features in your application, you can run the
192
``composer require --dev debug`` command. This installs the ``symfony/debug-pack``,
193
which in turn installs several packages like ``symfony/debug-bundle``,
194
-``symfony/monolog-bundle``, ``"symfony/var-dumper"``, etc.
+``symfony/monolog-bundle``, ``symfony/var-dumper``, etc.
195
196
By default, when installing Symfony packs, your ``composer.json`` file shows the
197
pack dependency (e.g. ``"symfony/debug-pack": "^1.0"``) instead of the actual
0 commit comments