Skip to content

Commit deb64b5

Browse files
committed
Merge branch '5.0'
* 5.0: Update references to 4.4 version
2 parents 1cfb464 + 00f8faf commit deb64b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/upgrade_minor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ are like this:
4545
4646
At the bottom of your ``composer.json`` file, in the ``extra`` block you can
4747
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:
48+
this one. For instance, update it to ``4.4.*`` to upgrade to Symfony 4.4:
4949

5050
.. code-block:: json
5151
5252
"extra": {
5353
"symfony": {
5454
"allow-contrib": false,
55-
"require": "4.3.*"
55+
"require": "4.4.*"
5656
}
5757
}
5858

0 commit comments

Comments
 (0)