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 fd2770c commit d505c97Copy full SHA for d505c97
setup/upgrade_minor.rst
@@ -45,14 +45,15 @@ 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 ``
49
+.*`` to upgrade to Symfony 4.4:
50
51
.. code-block:: json
52
53
"extra": {
54
"symfony": {
55
"allow-contrib": false,
- "require": "4.3.*"
56
+ "require": "4.4.*"
57
}
58
59
0 commit comments