Skip to content

Commit e69930e

Browse files
committed
minor #9882 Update upgrade_major.rst (florentingarnier)
This PR was merged into the 4.1 branch. Discussion ---------- Update upgrade_major.rst Change 4.0 to 4.1 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6bab68e Update upgrade_major.rst
2 parents 0401973 + 6bab68e commit e69930e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/upgrade_major.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index::
22
single: Upgrading; Major Version
33

4-
Upgrading a Major Version (e.g. 3.4.0 to 4.0.0)
4+
Upgrading a Major Version (e.g. 3.4.0 to 4.1.0)
55
===============================================
66

77
Every two years, Symfony releases a new major version release (the first number
@@ -30,7 +30,7 @@ backwards incompatible changes. To accomplish this, the "old" (e.g. functions,
3030
classes, etc) code still works, but is marked as *deprecated*, indicating that
3131
it will be removed/changed in the future and that you should stop using it.
3232

33-
When the major version is released (e.g. 4.0.0), all deprecated features and
33+
When the major version is released (e.g. 4.1.0), all deprecated features and
3434
functionality are removed. So, as long as you've updated your code to stop
3535
using these deprecated features in the last version before the major (e.g.
3636
3.4.*), you should be able to upgrade without a problem.
@@ -128,7 +128,7 @@ Composer by modifying your ``composer.json`` file:
128128
"...": "...",
129129
130130
"require": {
131-
"symfony/symfony": "^4.0",
131+
"symfony/symfony": "^4.1",
132132
},
133133
"...": "..."
134134
}

0 commit comments

Comments
 (0)