You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upgrade instructions are mixing the 4.2+ and 3.3+ recipes, making people apply the 4.2 recipe in their 3.4 projects (see symfony/symfony#29566).
The migration instructions should either link to the appropriate recipe for each version, or always link to the file in the 3.3 folder (applying the 3.3+ recipe in 4.2 will work fine, even though the file will be less clean due to the fallback implementation; the opposite breaks).
the link to the diff for files is also confusing, because they link to a diff which is still using src/.bootstrap.php while it was renamed in a later commit.