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.
2 parents 035c470 + 673711d commit 00f8fafCopy full SHA for 00f8faf
setup/upgrade_minor.rst
@@ -45,14 +45,14 @@ are like this:
45
46
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. For instance, update it to ``4.3.*`` to upgrade to Symfony 4.3:
+this one. For instance, update it to ``4.4.*`` to upgrade to Symfony 4.4:
49
50
.. code-block:: json
51
52
"extra": {
53
"symfony": {
54
"allow-contrib": false,
55
- "require": "4.3.*"
+ "require": "4.4.*"
56
}
57
58
0 commit comments