Skip to content

Commit 2119d98

Browse files
committed
[#11635] Fixed syntax
1 parent 45f9ffb commit 2119d98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup/upgrade_minor.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ are like this:
4343
"...": "...",
4444
}
4545
46-
At the bottom of your ``composer.json`` file, in the `extra`` block you can
46+
At the bottom of your ``composer.json`` file, in the ``extra`` block you can
4747
find a data setting for the symfony version. Make sure to also upgrade
48-
this one.
48+
this one. For instance, update it to ``4.3.*`` to upgrade to Symfony 4.3:
4949

5050
.. code-block:: json
51+
5152
"extra": {
5253
"symfony": {
5354
"allow-contrib": false,

0 commit comments

Comments
 (0)