8000 Merge branch '4.4' into 5.0 · symfony/symfony-docs@00f8faf · GitHub
[go: up one dir, main page]

Skip to content

Commit 00f8faf

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update references to 4.4 version
2 parents 035c470 + 673711d commit 00f8faf

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)
0