Skip to content

Commit 755c0d4

Browse files
committed
Fixed duplicated text
1 parent 3de3635 commit 755c0d4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

setup/upgrade_major.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,6 @@ mentions of ``4.*`` to ``5.0.*``:
142142
},
143143
"...": "..."
144144
}
145-
146-
At the bottom of your ``composer.json`` file, in the ``extra`` block you can
147-
find a data setting for the symfony version. Make sure to also upgrade
148-
this one. For instance, update it to ``5.0.*`` to upgrade to Symfony 5.0:
149-
150-
.. code-block:: json
151-
152-
"extra": {
153-
"symfony": {
154-
"allow-contrib": false,
155-
"require": "5.0.*"
156-
}
157-
}
158145
159146
At the bottom of your ``composer.json`` file, in the ``extra`` block you can
160147
find a data setting for the symfony version. Make sure to also upgrade

0 commit comments

Comments
 (0)