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 45f9ffb commit 2119d98Copy full SHA for 2119d98
setup/upgrade_minor.rst
@@ -43,11 +43,12 @@ are like this:
43
"...": "...",
44
}
45
46
-At the bottom of your ``composer.json`` file, in the `extra`` block you can
+At the bottom of your ``composer.json`` file, in the ``extra`` block you can
47
find a data setting for the symfony version. Make sure to also upgrade
48
-this one.
+this one. For instance, update it to ``4.3.*`` to upgrade to Symfony 4.3:
49
50
.. code-block:: json
51
+
52
"extra": {
53
"symfony": {
54
"allow-contrib": false,
0 commit comments