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 3de3635 commit 755c0d4Copy full SHA for 755c0d4
setup/upgrade_major.rst
@@ -142,19 +142,6 @@ mentions of ``4.*`` to ``5.0.*``:
142
},
143
"...": "..."
144
}
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
158
159
At the bottom of your ``composer.json`` file, in the ``extra`` block you can
160
find a data setting for the symfony version. Make sure to also upgrade
0 commit comments