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
Your composer.json file should already be configured to allow your Symfony packages to be upgraded to minor versions.
But Symfony installs use 4.2.* style constraints so this is incorrect and a composer update will only update patch releases, not minor versions. The documentation should be updated to reflect this.
After discussing with @nicolas-grekas on Slack, he asked me to open an issue.