Skip to content

Commit 913afb7

Browse files
committed
Minor tweak
1 parent b676148 commit 913afb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Composer metapackages that include several dependencies.
191191
For example, to add debugging features in your application, you can run the
192192
``composer require --dev debug`` command. This installs the ``symfony/debug-pack``,
193193
which in turn installs several packages like ``symfony/debug-bundle``,
194-
``symfony/monolog-bundle``, ``"symfony/var-dumper"``, etc.
194+
``symfony/monolog-bundle``, ``symfony/var-dumper``, etc.
195195

196196
By default, when installing Symfony packs, your ``composer.json`` file shows the
197197
pack dependency (e.g. ``"symfony/debug-pack": "^1.0"``) instead of the actual

0 commit comments

Comments
 (0)