Skip to content

Commit 9a72ca8

Browse files
authored
Fix versions in Upgrading Major Version
1 parent 56b6a0a commit 9a72ca8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup/upgrade_major.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,16 @@ starting with ``symfony/`` to the new major version:
135135
"...": "...",
136136
137137
"require": {
138-
- "symfony/cache": "4.3.*",
139-
+ "symfony/cache": "4.4.*",
140-
- "symfony/config": "4.3.*",
141-
+ "symfony/config": "4.4.*",
142-
- "symfony/console": "4.3.*",
143-
+ "symfony/console": "4.4.*",
138+
- "symfony/cache": "4.4.*",
139+
+ "symfony/cache": "5.0.*",
140+
- "symfony/config": "4.4.*",
141+
+ "symfony/config": "5.0.*",
142+
- "symfony/console": "4.4.*",
143+
+ "symfony/console": "5.0.*",
144144
"...": "...",
145145
146146
"...": "A few libraries starting with
147-
symfony/ follow their versioning scheme. You
147+
symfony/ follow their own versioning scheme. You
148148
do not need to update these versions: you can
149149
upgrade them independently whenever you want",
150150
"symfony/monolog-bundle": "^3.5",

0 commit comments

Comments
 (0)