Skip to content

Commit 12a1bb2

Browse files
committed
minor #18818 Mention the Symfony packages that don't follow the components versioning (javiereguiluz)
This PR was merged into the 5.4 branch. Discussion ---------- Mention the Symfony packages that don't follow the components versioning Fixes #16755. This is not the exact fix asked in the related issue. But, I don't think it's a good idea to show an exhaustive list of all the Symfony packages that follow their own versioning (there are more than 200 Symfony packages!). So, in this PR I propose to just show the three biggest package patterns that follow their own versioning. Commits ------- 86abb5a Mention the Symfony packages that don't follow the components versioning
2 parents 51e05f7 + 86abb5a commit 12a1bb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup/upgrade_major.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,10 @@ starting with ``symfony/`` to the new major version:
152152
+ "symfony/console": "6.0.*",
153153
"...": "...",
154154
155-
"...": "A few libraries starting with
156-
symfony/ follow their own versioning scheme. You
157-
do not need to update these versions: you can
155+
"...": "A few libraries starting with symfony/ follow their own
156+
versioning scheme (e.g. symfony/polyfill-[...],
157+
symfony/ux-[...], symfony/[...]-bundle).
158+
You do not need to update these versions: you can
158159
upgrade them independently whenever you want",
159160
"symfony/monolog-bundle": "^3.5",
160161
},

0 commit comments

Comments
 (0)